Skip to content

Commit 749ea3e

Browse files
committed
temp event banners chnaged
1 parent 50daea9 commit 749ea3e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

public/img/events/event_bergen.png

119 KB
Loading

public/img/events/event_hell.png

166 KB
Loading

public/img/events/event_vtc.png

135 KB
Loading

src/components/Events.astro

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import CardButton from "../components/ui/CardButton.astro";
77
<div class="flex flex-col gap-4 md:w-full">
88
<div class="flex flex-col md:flex-row justify-center gap-2">
99
<img
10-
src="/img/events/cphlive2024.png"
10+
src="/img/events/event_vtc.png"
1111
alt=""
1212
class="md:w-[350px] max-lg:w-[100%]"
1313
/>
@@ -24,7 +24,7 @@ import CardButton from "../components/ui/CardButton.astro";
2424

2525
<div class="flex flex-col md:flex-row justify-center md:items-center gap-2">
2626
<img
27-
src="/img/events/cphlive2024.png"
27+
src="/img/events/event_bergen.png"
2828
alt=""
2929
class="md:w-[350px] max-lg:w-[100%]"
3030
/>
@@ -48,22 +48,22 @@ import CardButton from "../components/ui/CardButton.astro";
4848
<h3 class="font-semibold text-lg text-secondary mt-8 mb-2 dark:text-white">Upcoming</h3>
4949
<div class="flex flex-row gap-2 overflow-x-scroll" tabindex="0">
5050
<img
51-
src="/img/events/procdctreg.png"
51+
src="/img/events/event_hell.png"
5252
alt=""
5353
class="w-[280px] max-lg:w-[200px]"
5454
/>
5555
<img
56-
src="/img/events/cphlive2024.png"
56+
src="/img/events/event_bergen.png"
5757
alt=""
5858
class="w-[280px] max-lg:w-[200px]"
5959
/>
6060
<img
61-
src="/img/events/vtc.png"
61+
src="/img/events/event_vtc.png"
6262
alt=""
6363
class="w-[280px] max-lg:w-[200px]"
6464
/>
6565
<img
66-
src="/img/events/vtc.png"
66+
src="/img/events/event_vtc.png"
6767
alt=""
6868
class="w-[280px] max-lg:w-[200px]"
6969
/>

0 commit comments

Comments
 (0)