Skip to content

Commit 5612e55

Browse files
author
uiv02430vitescocom_SGGITC
committed
fix: add 2025
1 parent 771aa9d commit 5612e55

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

frontend/src/components/base/dialog.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const SimpleDialog = (props: SimpleDialogProps) => {
4141
<DialogTitle>Invite a friend to join</DialogTitle>
4242
<DialogContent>
4343
<DialogContentText id="alert-dialog-description">
44-
Please feel free to invite a friend to join Hackaburg 2024. You can
44+
Please feel free to invite a friend to join Hackaburg 2025. You can
4545
use the following link to invite them.
4646
<div>
4747
<TextField
@@ -71,7 +71,7 @@ export const SimpleDialog = (props: SimpleDialogProps) => {
7171
WhatsApp
7272
</MuiButton>
7373
<MuiButton
74-
href="mailto:?subject=Hackaburg 2024&body=I am visiting Hackaburg this year! Join me at https://hackaburg.de"
74+
href="mailto:?subject=Hackaburg 2025&body=I am visiting Hackaburg this year! Join me at https://hackaburg.de"
7575
variant="outlined"
7676
startIcon={<MdOutlineMail />}
7777
style={{
@@ -84,7 +84,7 @@ export const SimpleDialog = (props: SimpleDialogProps) => {
8484
</MuiButton>
8585

8686
<a
87-
href="http://www.linkedin.com/shareArticle?mini=true&url=hackaburg.de&title=Hackaburg 2024&summary=I am visiting Hackaburg this year! Join me at https://hackaburg.de&source=Hackaburg"
87+
href="http://www.linkedin.com/shareArticle?mini=true&url=hackaburg.de&title=Hackaburg 2025&summary=I am visiting Hackaburg this year! Join me at https://hackaburg.de&source=Hackaburg"
8888
target="_blank"
8989
rel="noreferrer"
9090
>

frontend/src/components/pages/status.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const Status = () => {
6969
<>
7070
<Heading text={`Welcome ${user?.firstName}`} />
7171
<Divider />
72-
<Subheading text="The status of our application and all links for Hackaburg 2024 can be found here." />
72+
<Subheading text="The status of our application and all links for Hackaburg 2025 can be found here." />
7373
</>
7474
)}
7575
<SimpleCard>
@@ -99,7 +99,7 @@ export const Status = () => {
9999
<InternalLink to={Routes.ProfileForm}>
100100
profile form
101101
</InternalLink>
102-
, any time between <b>01.03.2024 - 31.04.2024</b>
102+
, any time between <b>01.03.205 - 31.04.2025</b>
103103
</Text>
104104
</>
105105
)}
@@ -146,14 +146,14 @@ export const Status = () => {
146146
<>
147147
<Text style={{ fontSize: "1.15rem" }}>
148148
We will come back to you and send you a acceptance mail until{" "}
149-
<b>01.05.2024</b>.
149+
<b>01.05.2025</b>.
150150
</Text>
151151
</>
152152
)}
153153
{user?.confirmed && (
154154
<>
155155
<Text style={{ fontSize: "1.15rem" }}>
156-
Congratulations! You got accepted for Hackaburg 2024. 🎉
156+
Congratulations! You got accepted for Hackaburg 2025. 🎉
157157
</Text>
158158
</>
159159
)}
@@ -174,7 +174,7 @@ export const Status = () => {
174174
<>
175175
<Text style={{ fontSize: "1.15rem" }}>
176176
If you got accepted, you need to confirm your spot until{" "}
177-
<b>08.05.2024</b>
177+
<b>08.05.2025</b>
178178
{user?.admitted && (
179179
<>
180180
{" "}

frontend/src/components/routers/sidebar/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const Sidebar = () => {
105105
<H1 style={{ color: "white" }}>HACKABURG</H1>
106106
<H2 style={{ color: "white" }}>CONTROL CENTER</H2>
107107
<p style={{ color: "white" }}>
108-
All important information about <br></br>the <b>Hackaburg 2024</b>{" "}
108+
All important information about <br></br>the <b>Hackaburg 2025</b>{" "}
109109
event
110110
</p>
111111
</div>

frontend/src/components/routers/unauthenticated-router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const UnauthenticatedRouter = () => {
7373
style={{ color: "#3fb28f" }}
7474
>
7575
{" "}
76-
<b>Hackaburg 2024</b>
76+
<b>Hackaburg 2025</b>
7777
</a>{" "}
7878
</p>
7979
</div>

0 commit comments

Comments
 (0)