diff options
| author | Fuwn <[email protected]> | 2025-06-23 01:14:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-23 01:14:22 -0700 |
| commit | cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a (patch) | |
| tree | d0f4711b42f68d4ffe134ad9468e5fed9f5094b1 /src/routes/settings | |
| parent | feat(settings): Custom CSS (diff) | |
| download | due.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.tar.xz due.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.zip | |
style(src): Remove self-closing p and div tags
Diffstat (limited to 'src/routes/settings')
| -rw-r--r-- | src/routes/settings/+page.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 42ee4edd..25b2f6e1 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -50,7 +50,7 @@ にDMを送ってください! {/if} - <!-- <p /> + <!-- <p></p> <p> <b>{$locale().settings.fields.notice}</b> @@ -71,7 +71,7 @@ </Category> </div> - <p /> + <p></p> <Category title={$locale().settings.display.title}><Display /></Category> <Category title={$locale().settings.calculation.title}><Calculation /></Category> |