Browse Source

fix about page alerts

master
Alejandro Gómez 2 years ago committed by DanConwayDev
parent
commit
337e8ef970
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 4
      src/routes/about/+page.svelte

4
src/routes/about/+page.svelte

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
on nip34+
</p>
<div role="alert" class="alert my-3 max-w-2">
<div role="alert" class="alert my-3">
<!-- licence MIT https://icon-sets.iconify.design/ph/hands-praying-fill/ -->
<svg
class="h-5 w-5 shrink-0 stroke-current"
@ -267,7 +267,7 @@ @@ -267,7 +267,7 @@
</li>
</ul>
<div role="alert" class="alert my-3 max-w-2">
<div role="alert" class="alert my-3">
<!-- licence MIT https://icon-sets.iconify.design/ph/hands-praying-fill/ -->
<svg
class="h-5 w-5 shrink-0 stroke-current"

Loading…
Cancel
Save