Skip to content

Commit aec6b95

Browse files
committed
Replaced swag url on navbar
1 parent 058636b commit aec6b95

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

components/layouts/components/NavBar.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,21 @@ export const NavBar = () => {
144144
} flex md:justify-end mt-4 md:mt-0 px-4 md:px-0`}
145145
>
146146
{/* <Link href="/sponsors"> */}
147-
<Link
147+
{/* <Link
148148
className="btn-secondary"
149149
href={TICKETS_LINK}
150150
target="_blank"
151151
rel="noreferrer"
152152
>
153153
get your ticket
154+
</Link> */}
155+
<Link
156+
className="btn-secondary"
157+
href={TICKETS_LINK}
158+
target="_blank"
159+
rel="noreferrer"
160+
>
161+
get your swag
154162
</Link>
155163
{/* </Link> */}
156164
</div>

0 commit comments

Comments
 (0)