Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 1, 2025
1 parent 7da4146 commit e646ecf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
12 changes: 10 additions & 2 deletions src/components/Nav.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
---
import Emoji from 'astro-emoji'
import Navbar from './ui/Nav'
const { PageName } = Astro.props
---

<Navbar emoji={Emoji} />
<nav class="flex flex-col mt-12 mb-10 text-[#F2F5F7]">
<div class="flex font-['Merriweather'] text-4xl font-black mb-3">
<a href="/">Derek Brown <Emoji symbol="👨🏻‍💻" label="person" /></a>
</div>
<div class="font-['Merriweather'] text-xl flex items-center gap-4">
<span class="navItem" id="notes"><a href="/">Notes</a></span>
<span class="navItem" id="tags"><a href="/tags">Tags</a></span>
<span class="navItem" id="about"><a href="/about">About</a></span>
</div>
</nav>

<script define:vars={{ PageName }} is:inline>

Expand Down
14 changes: 0 additions & 14 deletions src/components/ui/Nav.jsx

This file was deleted.

0 comments on commit e646ecf

Please sign in to comment.