Skip to content

Commit

Permalink
Code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Oct 8, 2024
1 parent 6c3520a commit 4ccf1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/list.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
font-weight: bold;
:global(td) {
padding: 1em 1em;
padding: 1em;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<List borderless>
<svelte:fragment slot="header">
<tr>
<td colspan="2">{t('settings.about.header')}</td>
<td>{t('settings.about.header')}</td>
</tr>
</svelte:fragment>
<svelte:fragment slot="body">
Expand Down

0 comments on commit 4ccf1dc

Please sign in to comment.