add help banner
This commit is contained in:
parent
26041dfe9f
commit
a3cd01e4e5
1 changed files with 25 additions and 0 deletions
|
|
@ -359,6 +359,31 @@ defmodule ToweropsWeb.Layouts do
|
|||
|
||||
<main id="main-content" tabindex="-1" class="flex-1 py-6 sm:py-10">
|
||||
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||
<!-- Beta Testing Banner -->
|
||||
<div class="mb-6 rounded-lg bg-blue-50 dark:bg-blue-900/20 p-4 border border-blue-200 dark:border-blue-800">
|
||||
<div class="flex items-start gap-3">
|
||||
<.icon
|
||||
name="hero-heart"
|
||||
class="h-5 w-5 text-blue-600 dark:text-blue-400 flex-shrink-0 mt-0.5"
|
||||
/>
|
||||
<div class="flex-1">
|
||||
<h3 class="text-sm font-semibold text-blue-900 dark:text-blue-300 mb-1">
|
||||
Thanks for testing Towerops!
|
||||
</h3>
|
||||
<p class="text-sm text-blue-800 dark:text-blue-300">
|
||||
We'd love to hear your feedback, suggestions, or help you with any questions. Please email us at
|
||||
<a
|
||||
href="mailto:hi@towerops.net"
|
||||
class="font-medium underline hover:text-blue-900 dark:hover:text-blue-200"
|
||||
>
|
||||
hi@towerops.net
|
||||
</a>
|
||||
for support, feature requests, or just to say hello!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{render_slot(@inner_block)}
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue