forked from blisstown/campfire
fix: timing update on timeline fetcher
This commit is contained in:
parent
3b8ca902f1
commit
ea1a492dc0
3 changed files with 10 additions and 8 deletions
|
@ -124,7 +124,10 @@
|
|||
</Button>
|
||||
|
||||
<div class="flex-row">
|
||||
<Button centered label="{lang.string('navigation.favourites')}" disabled>
|
||||
<Button centered
|
||||
label="{lang.string('navigation.favourites')}"
|
||||
href="/favourites"}
|
||||
active={$page.url.pathname === "/favourites"}>
|
||||
<svelte:fragment slot="icon">
|
||||
<FavouritesIcon/>
|
||||
</svelte:fragment>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue