File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555
5656- 問題の回答状況の記録
5757- 問題一覧: 難易度(ヒューリスティックな判断を含む)を見て、問題を探す
58- - 問題集(アルファ版) : 特定のトピックに関する例題・類題を集中して解く
58+ - 問題集: 特定のトピックに関する例題・類題を集中して解く
5959
6060## 予備知識
6161
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const ACCOUNT_TRANSFER_PAGE = `/account_transfer`;
1212
1313export const navbarLinks = [
1414 { title : `ホーム` , path : HOME_PAGE } ,
15- { title : `問題集(アルファ版) ` , path : WORKBOOKS_PAGE } ,
15+ { title : `問題集` , path : WORKBOOKS_PAGE } ,
1616 { title : `問題一覧` , path : PROBLEMS_PAGE } ,
1717 { title : `サービスの説明` , path : ABOUT_PAGE } ,
1818] ;
Original file line number Diff line number Diff line change 116116 </script >
117117
118118<div class =" container mx-auto w-5/6" >
119- <HeadingOne title =" 問題集(アルファ版) " />
119+ <HeadingOne title =" 問題集" />
120120
121121 <!-- TODO: フィルタリング機能などが実装できたら、一般ユーザも問題集を作成できるようにする -->
122122 {#if role === Roles .ADMIN }
You can’t perform that action at this time.
0 commit comments