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.
2 parents 8c461c4 + 9722a78 commit 2e5558fCopy full SHA for 2e5558f
src/routes/+page.svelte
@@ -44,12 +44,8 @@
44
45
<div class="flex flex-wrap justify-center items-center">
46
<Button href={WORKBOOKS_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">問題集へ</Button>
47
- <Button outline href={PROBLEMS_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">一覧表へ</Button>
48
- <Button
49
- color="alternative"
50
- href={ABOUT_PAGE}
51
- class="w-full sm:w-5/6 md:w-1/3 m-2 dark:hover:bg-gray-700"
52
- >
+ <Button href={PROBLEMS_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">一覧表へ</Button>
+ <Button outline href={ABOUT_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">
53
使い方を見る
54
<ArrowRight class="w-4 h-4 ml-2" />
55
</Button>
0 commit comments