You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/WelcomeView.tsx
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,25 @@ export default function WelcomeView() {
31
31
</Text>
32
32
</Stack>
33
33
<Alertcolor="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{" "}<Anchorhref="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
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 <Anchorhref="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.
0 commit comments