fix: VerticalSpacer being referred to as verticalSpacer
This commit is contained in:
parent
0d6786ffe9
commit
3fc8933b1e
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
||||||
:class="{ 'sidebar-focus': selectedPage === page.displayName }">
|
:class="{ 'sidebar-focus': selectedPage === page.displayName }">
|
||||||
{{ page.displayName }}
|
{{ page.displayName }}
|
||||||
</li>
|
</li>
|
||||||
<verticalSpacer />
|
<VerticalSpacer />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<Button text="Log Out" :callback=logout variant="scary"></Button>
|
<Button text="Log Out" :callback=logout variant="scary"></Button>
|
||||||
</p>
|
</p>
|
||||||
<verticalSpacer />
|
<VerticalSpacer />
|
||||||
|
|
||||||
<p id="links-and-socials">
|
<p id="links-and-socials">
|
||||||
<NuxtLink href="https://git.gorb.app/gorb/frontend" title="Source"><Icon name="lucide:git-branch-plus" /></NuxtLink>
|
<NuxtLink href="https://git.gorb.app/gorb/frontend" title="Source"><Icon name="lucide:git-branch-plus" /></NuxtLink>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue