File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import Link from 'next/link'
2- import { TICKETS_LINK } from '../../constant/constants'
2+ import { SWAG_LINK , TICKETS_LINK } from '../../constant/constants'
33
44export const Banner = ( ) => {
55 return (
@@ -54,7 +54,7 @@ export const Banner = () => {
5454 sponsor flutterconke
5555 </Link> */ }
5656 < Link
57- href = "https://paystack.shop/dcke-fcke-merch-store"
57+ href = { SWAG_LINK }
5858 className = "btn-accent mt-3 md:mt-0"
5959 target = "_blank"
6060 >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { ThemeContext } from '../../../context/ThemeContext'
66import { Login } from '../../auth/Login'
77import { ToggleTheme } from './ToggleTheme'
88// import { PastEventsDropdown } from './PastEventsDropdown'
9- import { TICKETS_LINK } from '../../../constant/constants'
9+ import { SWAG_LINK } from '../../../constant/constants'
1010import { PastEventsDropdown } from './PastEventsDropdown'
1111
1212export const NavBar = ( ) => {
@@ -154,7 +154,7 @@ export const NavBar = () => {
154154 </Link> */ }
155155 < Link
156156 className = "btn-secondary"
157- href = { TICKETS_LINK }
157+ href = { SWAG_LINK }
158158 target = "_blank"
159159 rel = "noreferrer"
160160 >
Original file line number Diff line number Diff line change 11export const TICKETS_LINK = 'https://bit.ly/dcKE2025Tickets'
22export const CFS_LINK = 'https://bit.ly/dcke25CFP'
3+ export const SWAG_LINK = 'https://paystack.shop/dcke-fcke-merch-store'
You can’t perform that action at this time.
0 commit comments