Add missing space to about page (#5921)

Very minimal but sure, it's valid.
pull/5922/head
Dale Nash 4 months ago committed by GitHub
parent f682a6e1a2
commit 3c160e8809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/about.astro

@ -14,7 +14,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
/>
<div>
<h1 class='text-3xl sm:text-4xl mb-3 font-bold'>
<span class='hidden sm:inline'>Hello,</span>I am Kamran Ahmed
<span class='hidden sm:inline'>Hello,</span>&nbsp;I am Kamran Ahmed
</h1>
<p class='text-gray-500 text-md mb-5'>
I created roadmap.sh to help developers find their path if they are

Loading…
Cancel
Save