Skip to content

Commit acb2bf6

Browse files
aster-voidclaude
andcommitted
春新歓告知を終了
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8fc4987 commit acb2bf6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contents/banner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Banner } from "+/schema.ts";
22

33
const banner: Banner = {
4-
shown: true,
4+
shown: false,
55
kind: "notify",
66
long: "春新歓を行っています",
77
short: "春新歓を行っています",

src/pages/join.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import StaticDocumentWrapper from "+/layouts/StaticDocumentWrapper.astro";
66
import { Focus } from "+/schema";
77
import { Icon } from "astro-icon/components";
88
9-
const shinkanJiki = true;
9+
const shinkanJiki = false;
1010
---
1111

1212
<GlobalLayout

0 commit comments

Comments
 (0)