Rename navbar components
This commit is contained in:
parent
e18e898102
commit
d9722e13f7
5 changed files with 12 additions and 11 deletions
7
gdn-app/src/components/CNavbarDropdownEntry.vue
Normal file
7
gdn-app/src/components/CNavbarDropdownEntry.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<div class="m-1">
|
||||
<div class="cursor-pointer select-none rounded px-2 hover:bg-neutral-700">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue