Skip to content

Commit 5832b0e

Browse files
authored
Merge pull request #531 from datasektionen/main
prod to 26
2 parents 9106dbf + 0d20869 commit 5832b0e

19 files changed

Lines changed: 94 additions & 96 deletions

next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ const config = {
4949
destination: "https://tiki.datasektionen.se/events/36c2cf55-153a-4b61-a02f-64a90df88b89",
5050
permanent: true,
5151
},
52+
{
53+
source: "/pg26",
54+
destination: "https://docs.google.com/forms/d/e/1FAIpQLSe-cj5fFzr-aM3QTG1Oufy2acHSRMi0j6sAUhtShRu0OF-vYg/viewform?usp=header",
55+
permanent: true,
56+
}
5257
];
5358
},
5459
}

public/img/d-dagen-logo-2526-2.gif

508 KB
Loading

public/img/d-dagen-logo-2526-3.gif

508 KB
Loading

public/img/d-dagen-logo-2526-4.gif

508 KB
Loading

public/img/d-dagen-logo-2526.gif

570 KB
Loading

public/img/d-dagen-logo-static.png

265 KB
Loading

src/components/Countdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Countdown() {
4141
const [seconds, setSeconds] = useState(0);
4242
/*
4343
useEffect(()=>{
44-
const target = new Date("10/9/2025 10:00:00+02:00") // vilket datum är d-dagen?
44+
const target = new Date("10/8/2026 10:00:00+02:00") // vilket datum är d-dagen?
4545
const interval = setInterval(() =>{
4646
const now = new Date();
4747
const difference = target.getTime() - now.getTime();

src/components/Map/NewMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const positions: { [k: number]: [number, number] } = {
1818
3: [-0.30, -0.695],
1919
4: [-0.255, -0.80],
2020
5: [-0.175, -0.768],
21-
6: [-0.2, -0.66],
21+
6: [-0.2, -0.66],
2222
7: [-0.35, -0.27],
2323
8: [-0.42, -0.15],
2424
9: [-0.42, -0.05],

src/components/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function Logo({ class: className }: { class?: string }) {
8787
8888
`}
8989
>
90-
2025
90+
2026
9191
</p>
9292
</div>
9393
}
@@ -128,7 +128,7 @@ function Logo({ class: className }: { class?: string }) {
128128
129129
`}
130130
>
131-
2025
131+
2026
132132
</p>
133133
</Link>
134134
);

src/components/StatsSection.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ export default function StatsSection({
3939
{t.home.stats[2].type}
4040
</div>
4141
</div>
42-
<div className="flex flex-col min-w-[200px] py-2 basis-1 sm:basis-1/2 lg:basis-1/4">
43-
<div className="text-white text-4xl sm:text-6xl">
44-
{t.home.stats[3].value}
45-
</div>
46-
<div className="separator w-full mt-1 sm:mt-3 mb-2 max-w-[200px] border-[1px] border-slate-400">
47-
</div>
48-
<div className="text-white text-base sm:text-xl">
49-
{t.home.stats[3].type}
50-
</div>
51-
</div>
5242
</div>
5343
);
5444
}

0 commit comments

Comments
 (0)