Skip to content

Commit 844d071

Browse files
committed
fix: format using biome
1 parent 6b3b833 commit 844d071

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

src/components/WelcomeView.tsx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,25 @@ export default function WelcomeView() {
3131
</Text>
3232
</Stack>
3333
<Alert color="gray" icon={<IconInfoCircle />}>
34-
Please note that this app is still in early development. You may encounter bugs and missing features. If you find any issues, consider reporting them on the{" "} <Anchor href="https://www.github.com/h16nning/skola">GitHub repository</Anchor>.
34+
Please note that this app is still in early development. You may
35+
encounter bugs and missing features. If you find any issues, consider
36+
reporting them on the{" "}
37+
<Anchor href="https://www.github.com/h16nning/skola">
38+
GitHub repository
39+
</Anchor>
40+
.
3541
</Alert>
3642
<Stack gap="xs">
3743
<Title order={3}>About the project</Title>
3844
<Text fz="sm">
39-
Skola aims to provide an alternative to spaced repetition apps like Anki and SuperMemo. It is open-source and completely free to use. The focus lies on creating a fun to use and intuitive experience. You can find more information on the <Anchor href="https://www.github.com/h16nning/skola">GitHub repository</Anchor>.
45+
Skola aims to provide an alternative to spaced repetition apps like
46+
Anki and SuperMemo. It is open-source and completely free to use.
47+
The focus lies on creating a fun to use and intuitive experience.
48+
You can find more information on the{" "}
49+
<Anchor href="https://www.github.com/h16nning/skola">
50+
GitHub repository
51+
</Anchor>
52+
.
4053
</Text>
4154
</Stack>
4255
<Stack gap="xs">

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ isStoragePersisted().then(async (isPersisted) => {
125125
);
126126
}
127127
}
128-
});
128+
});

0 commit comments

Comments
 (0)