Skip to content

Commit 92912f6

Browse files
committed
📚 Update descriptions (#1619)
1 parent 304d79a commit 92912f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/TaskListSorted.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
let { taskResults }: Props = $props();
2222
</script>
2323

24-
<!-- TODO: レスポンシブデザインに -->
25-
<!-- FIXME: アイコンのサイズを他のページと合わせる -->
24+
<!-- TODO: Implement responsive design -->
25+
<!-- FIXME: Align icon sizes with other pages -->
2626
<Table shadow hoverable={true} class="text-md">
2727
<TableHead class="text-md bg-gray-100">
2828
<TableHeadCell class="w-1/6">回答</TableHeadCell>

0 commit comments

Comments
 (0)