mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 21:07:46 +00:00
Refactor CSS prefix
- changed from AW to WEB
This commit is contained in:
@@ -8,21 +8,21 @@
|
||||
<Docs variant="two-side-navs">
|
||||
<Sidebar />
|
||||
<div
|
||||
class="aw-article u-flex u-main-center u-cross-center u-padding-block-16 u-max-width-700 u-margin-inline-auto"
|
||||
class="web-article u-flex u-main-center u-cross-center u-padding-block-16 u-max-width-700 u-margin-inline-auto"
|
||||
>
|
||||
<div class="aw-container">
|
||||
<div class="aw-hero" style="--hero-gap:1.25rem;">
|
||||
<span class="aw-badges aw-eyebrow">{$page.status}</span>
|
||||
<h1 class="aw-headline aw-u-color-text-primary">
|
||||
<div class="web-container">
|
||||
<div class="web-hero" style="--hero-gap:1.25rem;">
|
||||
<span class="web-badges web-eyebrow">{$page.status}</span>
|
||||
<h1 class="web-headline web-u-color-text-primary">
|
||||
{$page.error?.message ?? 'An error has occured'}
|
||||
</h1>
|
||||
{#if $page.status === 404}
|
||||
<p class="aw-description">
|
||||
<p class="web-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.
|
||||
</p>
|
||||
{/if}
|
||||
<a href="/docs" class="aw-button is-secondary u-cross-child-center u-margin-block-start-12">
|
||||
<a href="/docs" class="web-button is-secondary u-cross-child-center u-margin-block-start-12">
|
||||
<span>Back to docs</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user