Add info box about contact availability after submission
This commit is contained in:
parent
4e092a0cf5
commit
bc70b38e93
1 changed files with 9 additions and 0 deletions
|
|
@ -147,6 +147,15 @@ defmodule MicrowavepropWeb.SubmitLive do
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-base-200 rounded-box p-4 mb-6 text-sm leading-relaxed">
|
||||
<p>
|
||||
Your contact will be available on the
|
||||
<.link navigate="/contacts" class="link link-primary">contacts page</.link>
|
||||
shortly after submission, with terrain analysis, atmospheric data, and propagation scoring
|
||||
added automatically.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-1 bg-base-200 rounded-lg p-1 mb-6 w-fit">
|
||||
<button
|
||||
class={[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue