Remove WIP notice

This commit is contained in:
Dan Kotowski 2023-06-23 02:29:41 -05:00
parent 250770f752
commit af757da095
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -15,8 +15,5 @@ import Hero from "./components/Hero.svelte";
<p class="mt-4 text-lg lg:text-xl text-gray-300"> <p class="mt-4 text-lg lg:text-xl text-gray-300">
Based in Chicago, Illinois Based in Chicago, Illinois
</p> </p>
<p class="mt-6 text-yellow-600 italic">
Note: This webpage is a work in progress.
</p>
</Hero> </Hero>
</div> </div>