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 304d79a commit 92912f6Copy full SHA for 92912f6
src/lib/components/TaskListSorted.svelte
@@ -21,8 +21,8 @@
21
let { taskResults }: Props = $props();
22
</script>
23
24
-<!-- TODO: レスポンシブデザインに -->
25
-<!-- FIXME: アイコンのサイズを他のページと合わせる -->
+<!-- TODO: Implement responsive design -->
+<!-- FIXME: Align icon sizes with other pages -->
26
<Table shadow hoverable={true} class="text-md">
27
<TableHead class="text-md bg-gray-100">
28
<TableHeadCell class="w-1/6">回答</TableHeadCell>
0 commit comments