Skip to content

Commit 048ca97

Browse files
committed
feat: スポンサーセクションを削除
1 parent 8d038ea commit 048ca97

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

2025/src/components/AboutVimConf.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="about" class="bg-white py-10 md:py-16">
1+
<section id="about" class="bg-emerald-50 py-10 md:py-16">
22
<div class="container mx-auto px-4">
33
<div class="mb-8 text-center">
44
<h2 class="mb-3 text-2xl font-bold text-gray-900 md:text-3xl">

2025/src/components/Schedule.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="schedule" class="bg-emerald-50 py-10 md:py-16">
1+
<section id="schedule" class="bg-white py-10 md:py-16">
22
<div class="container mx-auto px-4">
33
<div class="mb-8 text-center">
44
<h2 class="mb-3 text-2xl font-bold text-gray-900 md:text-3xl">
@@ -7,7 +7,7 @@
77
<div class="mx-auto h-1 w-16 bg-emerald-500"></div>
88
</div>
99
<div
10-
class="mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center"
10+
class="mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center shadow-sm"
1111
>
1212
<svg
1313
xmlns="http://www.w3.org/2000/svg"

2025/src/pages/[lang]/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import AboutVimConf from "../../components/AboutVimConf.astro";
33
import KeynoteSpeakers from "../../components/KeynoteSpeakers.astro";
44
import Schedule from "../../components/Schedule.astro";
5-
import Sponsors from "../../components/Sponsors/index.astro";
65
import Staff from "../../components/Staff/index.astro";
76
import Top from "../../components/Top.astro";
87
import Venue from "../../components/Venue.astro";
@@ -23,7 +22,6 @@ export function getStaticPaths() {
2322
<Venue />
2423
<AboutVimConf />
2524
<Schedule />
26-
<Sponsors />
2725
<Staff />
2826
</main>
2927
</Layout>

0 commit comments

Comments
 (0)