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/publicEventList.handlebars | |
| parent | 91fc14cffcc1d81c02cea272a9eca1d5172f56ba (diff) | |
refactor: new layout and styling tweaks
Diffstat (limited to 'views/publicEventList.handlebars')
| -rw-r--r-- | views/publicEventList.handlebars | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index bceae58..1dbeffc 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -1,4 +1,4 @@ -<article x-data="{currentTab: 'events'}"> +<main class="page" x-data="{currentTab: 'events'}">  <h2 class="mb-4">{{siteName}}</h2>  <p><strong>{{siteName}}</strong> runs on <a href="/about">Gathio</a> — a simple, federated, privacy-first event hosting platform.</p>  <ul class="nav nav-pills"> @@ -70,4 +70,4 @@      {{/if}}  </div> -</article>
\ No newline at end of file +</main>
\ No newline at end of file  | 
