1
0
Fork 0
mirror of synced 2024-08-27 07:51:37 +12:00

Tidy up small UI issues

This commit is contained in:
Andrew Kingston 2023-01-23 13:26:58 +00:00
parent 12a0ddd948
commit b4e0e6a02f
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
</script>
<a on:click href={url} class:active>
{text}
{text || ""}
</a>
<style>

View file

@ -7,8 +7,8 @@
$: pages = $menu.find(x => x.title === "Account").subPages
</script>
<Page narrow>
<Content>
<Page>
<Content narrow>
<div slot="side-nav">
<SideNav>
{#each pages as { title, href }}