Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
icon
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbenpai committed Feb 9, 2024
1 parent a1ae5cf commit 1ffa412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/defaults/nav.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.sticky.top-0.z-30.flex.flex-row.items-center.justify-center.bg-white
.flex.w-full.max-w-6xl.flex-row.items-center.justify-between.p-8
img.h-12(src='/assets/images/icon' alt='FemDevs Logo' async='')
img.h-12(src='https://cdn.thefemdevs.com/assets/images/icon' alt='FemDevs Logo' async='')
.flex.hidden.flex-row.items-center.space-x-6(class='md:flex')
a.select-none.font-poppins.text-lg.transition-all(class='hover:text-neutral-800', href='/') Home
a.select-none.font-poppins.text-lg.transition-all(class='hover:text-neutral-800', href='/about') About
Expand Down

0 comments on commit 1ffa412

Please sign in to comment.