Tidy up small UI issues
This commit is contained in:
parent
12a0ddd948
commit
b4e0e6a02f
|
@ -5,7 +5,7 @@
|
|||
</script>
|
||||
|
||||
<a on:click href={url} class:active>
|
||||
{text}
|
||||
{text || ""}
|
||||
</a>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue