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