feat(dashboard): add price overview UI
This commit is contained in:
@@ -5,8 +5,9 @@ import history from '@/routes/history';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<nav class="fixed top-0 left-0 w-40">
|
||||
<ul>
|
||||
<nav class="fixed top-0 bottom-0 left-0 w-64 bg-primary p-4">
|
||||
<img src="/storage/logo.svg" class="mb-4 mix-blend-plus-lighter" />
|
||||
<ul class="flex-1 gap-4">
|
||||
<li>
|
||||
<a :href="dashboard.index().url">{{ t('dashboard.title') }}</a>
|
||||
</li>
|
||||
@@ -15,5 +16,5 @@ import history from '@/routes/history';
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="absolute top-0 left-40"><slot /></div>
|
||||
<div class="absolute top-0 left-64 p-4"><slot /></div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user