Tidy up small UI issues

This commit is contained in:
Andrew Kingston 2023-01-23 13:26:58 +00:00
parent d004fb59e9
commit d066d48aa2
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 }}