We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79edbc commit 4f5bd9cCopy full SHA for 4f5bd9c
contents/banner.ts
@@ -7,7 +7,7 @@ type Banner = {
7
linkText?: string;
8
};
9
const banner: Banner = {
10
- shown: true,
+ shown: false,
11
kind: "error",
12
long: "開発中の Website V3 を見ています",
13
short: "開発中の Website です",
0 commit comments