website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
8d6a890
— pyrossh
2023-12-03T22:56:16+05:30
fix header for mobile
- components/Header.tsx +3 -1
components/Header.tsx
CHANGED
|
@@ -21,7 +21,9 @@ export default function Header() {
|
|
|
21
21
|
posts
|
|
22
22
|
</a>
|
|
23
23
|
</div>
|
|
24
|
+
<div class="hidden sm:flex">
|
|
24
|
-
|
|
25
|
+
<SocialLinks />
|
|
26
|
+
</div>
|
|
25
27
|
</div>
|
|
26
28
|
</nav>
|
|
27
29
|
</header>
|