File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "@astrojs/check" : " ^0.9.4" ,
1515 "@astrojs/cloudflare" : " ^12.6.2" ,
1616 "@astrojs/rss" : " ^4.0.12" ,
17+ "@lucide/astro" : " ^0.536.0" ,
1718 "astro" : " ^5.12.8" ,
1819 "typescript" : " ^5.9.2"
1920 },
Original file line number Diff line number Diff line change 11---
22import HeaderLink from " ./HeaderLink.astro" ;
3+
4+ import { House , Newspaper } from " @lucide/astro" ;
35---
46
57<header >
68 <nav >
79 <h2 ><a href =" /" >devarsh.me</a ></h2 >
810 <div class =" internal-links" >
9- <HeaderLink href =" /" >Home</HeaderLink >
10- <HeaderLink href =" /blog" >Blog</HeaderLink >
11+ <HeaderLink href =" /" >< House /> Home</HeaderLink >
12+ <HeaderLink href =" /blog" >< Newspaper /> Blog</HeaderLink >
1113 </div >
1214 <div class =" social-links" >
1315 <a rel =" me" href =" https://tilde.zone/@neoroll" target =" _blank" >
@@ -71,6 +73,15 @@ import HeaderLink from "./HeaderLink.astro";
7173 border-bottom-color: var(--accent);
7274 }
7375
76+ .internal-links,
77+ .internal-links a {
78+ display: flex;
79+ justify-content: center;
80+ align-items: center;
81+ height: 100%;
82+ gap: 0.4em;
83+ }
84+
7485 .social-links {
7586 display: flex;
7687 justify-content: center;
You can’t perform that action at this time.
0 commit comments