Skip to content

Commit

Permalink
feat: set top navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Feb 14, 2025
1 parent fbc0852 commit 8f64ef6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/app/components/top-navigation/top-navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ export default function TopNavigation() {
<NavbarRight>
<Button variant="glow" size="lg" className="flex gap-2">
<TicketIcon className="h-4 w-4" />
<Link href="/">خرید بلیت</Link>
<Link href="https://frontchapter.ir/product/conf1403/">
خرید بلیت
</Link>
</Button>
</NavbarRight>
</NavbarComponent>
Expand Down
6 changes: 3 additions & 3 deletions src/configs/NavigationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { NavigationDataType } from "@/app/components/top-navigation/navigationDa
export const NavigationData: NavigationDataType[] = [
{
content: "شروع",
link: "/",
link: "#",
},
{
content: "سخنرانان",
link: "/",
link: "/#speakers",
},
{
content: "خرید بلیط",
link: "/",
link: "https://frontchapter.ir/product/conf1403/",
},
];

0 comments on commit 8f64ef6

Please sign in to comment.