website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
d344737
— pyrossh
2024-05-09T10:41:27+05:30
fix icons
- src/routes/+page.svelte +2 -2
src/routes/+page.svelte
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
</Slide>
|
|
63
63
|
<Slide title="pyrossh.dev" link="https://github.com/pyrossh/pyrossh.dev">
|
|
64
64
|
<div slot="icon">
|
|
65
|
-
<enhanced:img class="mr-2 w-9 rounded-
|
|
65
|
+
<enhanced:img class="mr-2 w-9 rounded-xl" src={pyrosshPng} alt="pyrossh website" />
|
|
66
66
|
</div>
|
|
67
67
|
<p>
|
|
68
68
|
木 Personal website of pyrossh. Built with
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
</Slide>
|
|
84
84
|
<Slide title="onlybible.app" link="https://onlybible.app">
|
|
85
85
|
<div slot="icon">
|
|
86
|
-
<enhanced:img class="mr-2 w-9 rounded-
|
|
86
|
+
<enhanced:img class="mr-2 w-9 rounded-xl" src={onlyBiblePng} alt="Only Bible App" />
|
|
87
87
|
</div>
|
|
88
88
|
<p>
|
|
89
89
|
The only bible app you will ever need. No ads, No in-app purchases, No distractions.
|