~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
8d6a8902
—
pyrossh 2 years ago
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>
|