Skip to content

Commit fc4c8ff

Browse files
committed
📚 Add alpha version to contest table tab (#1901)
1 parent 809f780 commit fc4c8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/problems/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- https://flowbite-svelte.com/docs/components/tabs -->
3939
<Tabs tabStyle="underline" contentClass="bg-white dark:bg-gray-800 mt-0 p-0">
4040
<!-- Contest table -->
41-
{@render problemListTab('テーブル', 'contestTable', contestTable)}
41+
{@render problemListTab('テーブル(アルファ版)', 'contestTable', contestTable)}
4242

4343
<!-- Grades -->
4444
{@render problemListTab('グレード', 'listByGrade', listByGrade)}

0 commit comments

Comments
 (0)