File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
app/components/top-navigation Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ export default function TopNavigation() {
3232 < NavbarRight >
3333 < Button variant = "glow" size = "lg" className = "flex gap-2" >
3434 < TicketIcon className = "h-4 w-4" />
35- < Link href = "/" > خرید بلیت</ Link >
35+ < Link href = "https://frontchapter.ir/product/conf1403/" >
36+ خرید بلیت
37+ </ Link >
3638 </ Button >
3739 </ NavbarRight >
3840 </ NavbarComponent >
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import { NavigationDataType } from "@/app/components/top-navigation/navigationDa
33export const NavigationData : NavigationDataType [ ] = [
44 {
55 content : "شروع" ,
6- link : "/ " ,
6+ link : "# " ,
77 } ,
88 {
99 content : "سخنرانان" ,
10- link : "/" ,
10+ link : "/#speakers " ,
1111 } ,
1212 {
1313 content : "خرید بلیط" ,
14- link : "/" ,
14+ link : "https://frontchapter.ir/product/conf1403 /" ,
1515 } ,
1616] ;
You can’t perform that action at this time.
0 commit comments