Skip to content

Commit

Permalink
Added logo to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanidev committed Nov 24, 2023
1 parent 4981c1e commit 28d5a07
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
import PalestineIcon from '../components/icons/PalestineIcon';
---

<nav class="shadow-navbar bg-white">
<div class="mx-auto flex max-w-7xl flex-col px-4 py-6 sm:flex-row">
<a href="/" class="text-center">Logo here</a>
<nav class="bg-white shadow-navbar">
<div class="mx-auto flex max-w-7xl flex-col items-center px-4 py-6 sm:flex-row">
<a href="/" class="rounded-md bg-anti-flash-white px-4 py-1 text-center">
<PalestineIcon className="h-10 w-4 text-palestine-green" />
</a>
<ul
class="mt-4 flex justify-center gap-4 text-[#858585] sm:mr-12 sm:mt-0 sm:justify-start sm:gap-12">
<li>
Expand Down
Loading

0 comments on commit 28d5a07

Please sign in to comment.