diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 17:11:19 +0000 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 17:11:19 +0000 | 
| commit | 54d6a826d071e8697dcbaf56e92f72e2076d91fb (patch) | |
| tree | daedb0d7050a31ccc6a1b59660dafc0f3ff9bc32 /views/createEventMagicLink.handlebars | |
| parent | 91fc14cffcc1d81c02cea272a9eca1d5172f56ba (diff) | |
refactor: new layout and styling tweaks
Diffstat (limited to 'views/createEventMagicLink.handlebars')
| -rw-r--r-- | views/createEventMagicLink.handlebars | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/views/createEventMagicLink.handlebars b/views/createEventMagicLink.handlebars index ab00dc5..7329801 100644 --- a/views/createEventMagicLink.handlebars +++ b/views/createEventMagicLink.handlebars @@ -1,5 +1,4 @@ -<article> - +<main class="page">    <h2 class="mb-4">Request a link to create a new event</h2>    <form @@ -27,4 +26,4 @@        <button type="submit" class="btn btn-primary w-50">Request magic link</button>      </div>    </form> -</article> +</main>  | 
