aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-25 21:43:26 -0700
committerFuwn <[email protected]>2023-09-25 21:43:26 -0700
commit6573d684a013f04b6c604d8bd326a35773892723 (patch)
treefbbda09572053f6f5dadde600d150ca840a9be55 /src/routes
parentrefactor(completed): title component (diff)
downloaddue.moe-6573d684a013f04b6c604d8bd326a35773892723.tar.xz
due.moe-6573d684a013f04b6c604d8bd326a35773892723.zip
refactor(upcoming): title component
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/+page.svelte3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index f617f618..54e433eb 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -91,7 +91,8 @@
displayUnresolved={$settings.displayUnresolved}
/>
{:else}
- <summary>Upcoming Episodes [...] <small style="opacity: 50%">...s</small></summary>
+ <ListTitle custom="Upcoming Episodes" />
+
<ul><li>Loading ...</li></ul>
{/if}
</details>