feat: bugs

This commit is contained in:
MoreStrive
2024-06-28 17:25:58 +07:00
parent 40622caf61
commit 5a207435ce
2 changed files with 3 additions and 2 deletions
@@ -14,7 +14,7 @@ const SETTING_OPTIONS = {
<template>
<nav>
<div class="d-flex gap-3 justify-content-end align-items-center">
<div class="flex gap-3 justify-end items-center">
<RecusiveNavItem :records="content && buildTree(content)" :component="_props.component" />
</div>
</nav>