Skip to content

Commit

Permalink
fix: format using biome
Browse files Browse the repository at this point in the history
  • Loading branch information
h16nning committed Jan 23, 2025
1 parent 6b3b833 commit 844d071
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions src/components/WelcomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,25 @@ export default function WelcomeView() {
</Text>
</Stack>
<Alert color="gray" icon={<IconInfoCircle />}>
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>.
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>
.
</Alert>
<Stack gap="xs">
<Title order={3}>About the project</Title>
<Text fz="sm">
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>.
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>
.
</Text>
</Stack>
<Stack gap="xs">
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ isStoragePersisted().then(async (isPersisted) => {
);
}
}
});
});

0 comments on commit 844d071

Please sign in to comment.