File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 11---
2- import {type Icon as IconType , House , Image } from " @lucide/astro" ;
2+ import {type Icon as IconType , House , Image , CodeXml } from " @lucide/astro" ;
33import TopNavItem from " ./TopNavItem.astro" ;
44
55type MenuItem = {
@@ -25,19 +25,17 @@ const menuItems: MenuItem[] = [
2525<nav transition:name =" header" class =" w-full flex flex-row justify-between border border-bright/25 rounded-full sticky top-4 px-4 py-3 gap-9 z-40 backdrop-blur-[2px]" >
2626 <div class =" flex flex-row items-center" >
2727 <div class =" rounded-full w-10 h-10 bg-[url(/images/anvy_profile.png)] bg-center bg-cover" />
28- <div class =" ml-4" >
28+ <div class =" ml-4 flex flex-row items-center gap-1 text-bright " >
2929 <span class =" text-bright font-kanit text-2xl font-light tracking-narrow" >
3030 CHAMCHI
3131 </span >
32- <span class =" text-bright/80 font-kanit text-md" >
33- / Dev
34- </span >
32+ <CodeXml />
3533 </div >
3634 </div >
3735 <div class =" flex flex-row gap-4" >
3836 { menuItems .map (item =>
39- <TopNavItem icon = { item .icon } label = { item .name } pathname = { item .pathname } >
40- <item.icon stroke-width = " 2" size = " 20" />
41- </TopNavItem >)}
37+ <TopNavItem icon = { item .icon } label = { item .name } pathname = { item .pathname } >
38+ <item.icon stroke-width = " 2" size = " 20" />
39+ </TopNavItem >)}
4240 </div >
4341</nav >
You can’t perform that action at this time.
0 commit comments