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 809f780 commit fc4c8ffCopy full SHA for fc4c8ff
src/routes/problems/+page.svelte
@@ -38,7 +38,7 @@
38
<!-- https://flowbite-svelte.com/docs/components/tabs -->
39
<Tabs tabStyle="underline" contentClass="bg-white dark:bg-gray-800 mt-0 p-0">
40
<!-- Contest table -->
41
- {@render problemListTab('テーブル', 'contestTable', contestTable)}
+ {@render problemListTab('テーブル(アルファ版)', 'contestTable', contestTable)}
42
43
<!-- Grades -->
44
{@render problemListTab('グレード', 'listByGrade', listByGrade)}
0 commit comments