forked from blisstown/campfire
rewrite URLs to represent instance (#2)
This commit is contained in:
parent
41143cdddf
commit
a3fdd0007c
15 changed files with 199 additions and 168 deletions
|
@ -88,7 +88,7 @@
|
|||
</div>
|
||||
</header>
|
||||
|
||||
{#if $logged_in}
|
||||
{#if $account}
|
||||
<div id="nav-items">
|
||||
<Button label="Timeline"
|
||||
on:click={() => handle_btn("timeline")}
|
||||
|
@ -180,6 +180,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<span class="version">
|
||||
campfire v{VERSION}
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue