Skip to content

Commit 5ff18c2

Browse files
authored
Merge pull request #1309 from AtCoder-NoviSteps/#1308
✨ Show workbooks for solution (#1308)
2 parents 7b24a18 + a636dc7 commit 5ff18c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/workbooks/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
{
4545
title: '解法別',
4646
workBookType: WorkBookType.SOLUTION,
47-
tooltipContent: '特定のアルゴリズム・データ構造の習熟度を確認できます',
48-
canUsersView: false,
47+
tooltipContent: '特定のアルゴリズム・データ構造の基礎から応用問題まで挑戦できます',
48+
canUsersView: true,
4949
},
5050
{
5151
title: 'ユーザ作成',

0 commit comments

Comments
 (0)