~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
679d90b5
—
Peter John 11 months ago
fix icons
- src/routes/+page.svelte +2 -2
src/routes/+page.svelte
CHANGED
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
rel="noopener noreferrer"
|
|
202
202
|
>
|
|
203
203
|
<div>Nushell</div>
|
|
204
|
-
<enhanced:img class="
|
|
204
|
+
<enhanced:img class="w-7 p-0.5 rounded-md" src={nu} alt="nu-shell" />
|
|
205
205
|
</a>
|
|
206
206
|
</li>
|
|
207
207
|
<li>
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
rel="noopener noreferrer"
|
|
224
224
|
>
|
|
225
225
|
<div>Zellij</div>
|
|
226
|
-
<enhanced:img class="
|
|
226
|
+
<enhanced:img class="w-7 p-0.5" src={zellij} alt="zellij" />
|
|
227
227
|
</a>
|
|
228
228
|
</li>
|
|
229
229
|
|