Skip to content

Commit

Permalink
refactor: Reorganize logomark component
Browse files Browse the repository at this point in the history
  • Loading branch information
riceball-tw committed Jun 28, 2024
1 parent 6ba6d8e commit 7c1674d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/Navbar.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Logo from '@/components/atoms/logo/Logo.astro';
import Logomark from '@/components/app/Logomark.astro';
import Logomark from '@/components/atoms/logomark/Logomark.astro';
import { Icon } from 'astro-icon/components'
const mainNav = [
Expand Down
File renamed without changes.

0 comments on commit 7c1674d

Please sign in to comment.