We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53667c7 + 0685c54 commit bb82b81Copy full SHA for bb82b81
constant/constants.ts
@@ -1,2 +1,2 @@
1
export const TICKETS_LINK = 'https://bit.ly/dcKE2024Tickets'
2
-export const CFS_LINK = 'https://bit.ly/dcke24CFP'
+export const CFS_LINK = 'https://bit.ly/dcke25CFP'
pages/past-events/2024.tsx
@@ -49,7 +49,7 @@ const Home2024: NextPage<SessionProps> = ({
49
<div className="l-container mt-8 md:mt-0 py-2 md:py-4">
50
<div className="w-full flex justify-between md:flex-row items-center mt-5 md:mt-6">
51
<h3 className="lowercase text-2xl md:text-3xl text-white dark:text-white-dark">
52
- dcKe23 Sessions
+ dcKe24 Sessions
53
</h3>
54
<SessionToggles
55
setShowFilterSession={setShowFilterSession}
0 commit comments