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 3369100 commit 5cc365cCopy full SHA for 5cc365c
pages/index.tsx
@@ -7,7 +7,7 @@ const Widgets = {
7
};
8
9
const IndexPage = () => {
10
- const text = `オレオレOBSウィジュエットの整理`;
+ const text = `オレオレOBSウィジェットの整理`;
11
12
const widgets = [
13
{ name: 'text', props: { text: text } },
0 commit comments