Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 9, 2024
1 parent 41486be commit d344737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</Slide>
<Slide title="pyrossh.dev" link="https://github.com/pyrossh/pyrossh.dev">
<div slot="icon">
<enhanced:img class="mr-2 w-9 rounded-2" src={pyrosshPng} alt="pyrossh website" />
<enhanced:img class="mr-2 w-9 rounded-xl" src={pyrosshPng} alt="pyrossh website" />
</div>
<p>
木 Personal website of pyrossh. Built with
Expand All @@ -83,7 +83,7 @@
</Slide>
<Slide title="onlybible.app" link="https://onlybible.app">
<div slot="icon">
<enhanced:img class="mr-2 w-9 rounded-2" src={onlyBiblePng} alt="Only Bible App" />
<enhanced:img class="mr-2 w-9 rounded-xl" src={onlyBiblePng} alt="Only Bible App" />
</div>
<p>
The only bible app you will ever need. No ads, No in-app purchases, No distractions.
Expand Down

0 comments on commit d344737

Please sign in to comment.