feat: add blogs
This commit is contained in:
@@ -41,7 +41,7 @@ function Header() {
|
||||
key={item.id}
|
||||
onClick={() => {
|
||||
if (item.id === 'blog') {
|
||||
window.open('https://aramland.approagency.ir/blog/', '_blank');
|
||||
window.open('https://aramland.approagency.ir/blog/', '_self');
|
||||
} else {
|
||||
handleNavClick(item.id);
|
||||
}
|
||||
@@ -86,7 +86,7 @@ function Header() {
|
||||
key={item.id}
|
||||
onClick={() => {
|
||||
if (item.id === 'blog') {
|
||||
window.open('https://aramland.approagency.ir/blog/', '_blank');
|
||||
window.open('https://aramland.approagency.ir/blog/', '_self');
|
||||
} else {
|
||||
handleNavClick(item.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user