Trim footer and privacy copy
Drop the trailing period on the footer NTMS link, remove the privacy page's removal-request section, and tidy a stray blank line on About.
This commit is contained in:
parent
44b169b234
commit
8007346d79
3 changed files with 1 additions and 14 deletions
|
|
@ -85,7 +85,7 @@ defmodule MicrowavepropWeb.Layouts do
|
||||||
Built by and for the
|
Built by and for the
|
||||||
<a href="https://ntms.org" target="_blank" class="link link-hover">
|
<a href="https://ntms.org" target="_blank" class="link link-hover">
|
||||||
North Texas Microwave Society
|
North Texas Microwave Society
|
||||||
</a>.
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<.link navigate="/privacy" class="link link-hover">Privacy</.link>
|
<.link navigate="/privacy" class="link link-hover">Privacy</.link>
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,6 @@ defmodule MicrowavepropWeb.AboutLive do
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</Layouts.app>
|
</Layouts.app>
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -72,18 +72,6 @@ defmodule MicrowavepropWeb.PrivacyLive do
|
||||||
published.
|
published.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="space-y-3">
|
|
||||||
<h2 class="text-lg font-bold">Questions or removal requests</h2>
|
|
||||||
<p>
|
|
||||||
If you'd like your account deleted or your submissions removed,
|
|
||||||
contact the
|
|
||||||
<a href="https://ntms.org" target="_blank" class="link link-hover">
|
|
||||||
North Texas Microwave Society
|
|
||||||
</a>
|
|
||||||
and we'll take care of it.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</Layouts.app>
|
</Layouts.app>
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue