feat: implement dashboard layout with sidebar, navbar, and marketplace banner

This commit is contained in:
2025-03-29 16:41:44 +05:30
parent bc35687b26
commit 0e5fe6e1dc
19 changed files with 775 additions and 58 deletions

View File

@@ -179,8 +179,8 @@ export function MoveArrowRight() {
<path
d="M9.58363 6.16637L15.4173 12L9.58363 17.8336"
stroke="var(--accent-color)"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
@@ -198,8 +198,8 @@ export function MoveArrowLeft() {
<path
d="M14.4164 6.16637L8.58274 12L14.4164 17.8336"
stroke="var(--accent-color)"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);