File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { clsx } from "clsx"
2
2
import NextImage from "next-image-export-optimizer"
3
3
4
4
import { Button } from "../../../_design-system/button"
5
- import { GET_TICKETS_LINK , BECOME_A_SPEAKER_LINK } from "../../links"
5
+ import { GET_TICKETS_LINK } from "../../links"
6
6
7
7
import speakerImage from "./speaker.webp"
8
8
@@ -38,8 +38,8 @@ export function RegisterToday({ className }: RegisterTodayProps) {
38
38
</ div >
39
39
< div className = "mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col" >
40
40
< Button href = { GET_TICKETS_LINK } > Register today</ Button >
41
- < Button variant = "secondary" href = { BECOME_A_SPEAKER_LINK } >
42
- Become a speaker
41
+ < Button variant = "secondary" href = "#sponsors" >
42
+ Become a Sponsor
43
43
</ Button >
44
44
</ div >
45
45
</ div >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Image from "next-image-export-optimizer"
4
4
import type { StaticImageData } from "next/image"
5
5
6
6
import { Button } from "@/app/conf/_design-system/button"
7
- import { BECOME_A_SPEAKER_LINK } from "../../links"
7
+ import { GET_TICKETS_LINK } from "../../links"
8
8
import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
9
9
import {
10
10
SocialIconType ,
@@ -111,8 +111,8 @@ export default function TopMindsSection({
111
111
View all speakers
112
112
</ Button >
113
113
) : (
114
- < Button variant = "secondary" href = { BECOME_A_SPEAKER_LINK } >
115
- Become a speaker
114
+ < Button variant = "secondary" href = { GET_TICKETS_LINK } >
115
+ Get tickets
116
116
</ Button >
117
117
) }
118
118
</ div >
You can’t perform that action at this time.
0 commit comments