Skip to content

Commit 88150b5

Browse files
authored
Merge branch 'main' into feature/2025-refactor
2 parents 68040fe + 2fc0693 commit 88150b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

2025/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vimConf 2025
1+
# vimConf 2025 Small
22

33
## 💻 Development
44

2025/src/components/Sponsors/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import {
2929
<Heart class="mr-2 h-6 w-6 text-emerald-600" />
3030
なぜ企業スポンサーが必要なのか?
3131
</h3><p class="leading-relaxed text-gray-700">
32-
VimConf
33-
2025は、普段なかなか顔を合わせられないVimmer同士が情熱を交わし、知見を共有するための貴重な場です。今年は、イベント継続の担保と柔軟な運営のため、必要な資金をスポンサー様のご支援で集める仕組みを採用します。
32+
VimConf 2025
33+
Smallは、普段なかなか顔を合わせられないVimmer同士が情熱を交わし、知見を共有するための貴重な場です。今年は、イベント継続の担保と柔軟な運営のため、必要な資金をスポンサー様のご支援で集める仕組みを採用します。
3434
</p>
3535
</div><div class="mb-6">
3636
<h3

2025/src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import "../styles/global.css";
1212
1313
const { lang = "ja" } = Astro.props;
1414
15-
const title = "VimConf 2025";
16-
const description = "VimConf 2025";
15+
const title = "VimConf 2025 Small";
16+
const description = "VimConf 2025 Small";
1717
const ogImageUrl = ufo.joinURL(BASE_URL, "og.png");
1818
---
1919

0 commit comments

Comments
 (0)