chore(branding): rename site to "Microwave Propagation"
Nav bar and browser tab now show "Microwave Propagation" instead of "NTMS Propagation Prediction". The About and Privacy pages still reference NTMS since those describe the organization running the service, which is unchanged.
This commit is contained in:
parent
78bf4b5664
commit
af6c676df5
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ defmodule MicrowavepropWeb.Layouts do
|
|||
~H"""
|
||||
<header class="navbar px-4 sm:px-6 lg:px-8 border-b border-base-200">
|
||||
<div class="flex-1 gap-4">
|
||||
<a href="/" class="font-semibold tracking-tight">NTMS Propagation Prediction</a>
|
||||
<a href="/" class="font-semibold tracking-tight">Microwave Propagation</a>
|
||||
<nav class="flex gap-1">
|
||||
<.link navigate="/map" class="btn btn-ghost btn-sm">Map</.link>
|
||||
<.link navigate="/path" class="btn btn-ghost btn-sm">Path</.link>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
the Referer if a future browser default changes.
|
||||
--%>
|
||||
<meta name="referrer" content="strict-origin-when-cross-origin" />
|
||||
<.live_title default="North Texas Microwave Society" suffix=" · NTMS">
|
||||
<.live_title default="Microwave Propagation" suffix=" · Microwave Propagation">
|
||||
{assigns[:page_title]}
|
||||
</.live_title>
|
||||
<link rel="preconnect" href="https://a.tile.openstreetmap.org" crossorigin />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue