Browse Source

fix alert in ngit page

following on from similar fixes in 451eef456c
and
337e8ef970
master
DanConwayDev 2 years ago
parent
commit
e6d8e1f515
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 2
      src/routes/ngit/+page.svelte

2
src/routes/ngit/+page.svelte

@ -20,7 +20,7 @@
</ul> </ul>
<p>ngit and gitworkshop.dev are new, experimental and in an alpha state.</p> <p>ngit and gitworkshop.dev are new, experimental and in an alpha state.</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/ --> <!-- licence MIT https://icon-sets.iconify.design/ph/hands-praying-fill/ -->
<svg <svg
class="h-5 w-5 shrink-0 stroke-current" class="h-5 w-5 shrink-0 stroke-current"

Loading…
Cancel
Save