change to tailwind description class

This commit is contained in:
Jesse Winton
2024-09-05 15:32:30 -04:00
parent 09025ebb6e
commit 686a0d5254
34 changed files with 88 additions and 67 deletions

View File

@@ -15,7 +15,7 @@
{$page.error?.message ?? 'An error has occured'}
</h1>
{#if $page.status === 404}
<p class="web-description">
<p class="text-description">
Sorry, it seems that the page you are looking for does not exist. Feel free
to use our navigation menu or the button below to explore more of Appwrite's
documentation.