ux: brand title and header label as 'NTMS Microwave Propagation'
This commit is contained in:
parent
90195d082e
commit
068629ee35
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ defmodule MicrowavepropWeb.Layouts do
|
||||||
~H"""
|
~H"""
|
||||||
<header class="navbar px-4 sm:px-6 lg:px-8 border-b border-base-200">
|
<header class="navbar px-4 sm:px-6 lg:px-8 border-b border-base-200">
|
||||||
<div class="flex-1 gap-4">
|
<div class="flex-1 gap-4">
|
||||||
<a href="/" class="font-semibold tracking-tight">Microwave Propagation</a>
|
<a href="/" class="font-semibold tracking-tight">NTMS Microwave Propagation</a>
|
||||||
<nav class="flex gap-1">
|
<nav class="flex gap-1">
|
||||||
<.link navigate="/map" class="btn btn-ghost btn-sm">Map</.link>
|
<.link navigate="/map" class="btn btn-ghost btn-sm">Map</.link>
|
||||||
<.link navigate="/path" class="btn btn-ghost btn-sm">Path</.link>
|
<.link navigate="/path" class="btn btn-ghost btn-sm">Path</.link>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
the Referer if a future browser default changes.
|
the Referer if a future browser default changes.
|
||||||
--%>
|
--%>
|
||||||
<meta name="referrer" content="strict-origin-when-cross-origin" />
|
<meta name="referrer" content="strict-origin-when-cross-origin" />
|
||||||
<.live_title default="Microwave Propagation" suffix=" · Microwave Propagation">
|
<.live_title default="NTMS Microwave Propagation" suffix=" · NTMS Microwave Propagation">
|
||||||
{assigns[:page_title]}
|
{assigns[:page_title]}
|
||||||
</.live_title>
|
</.live_title>
|
||||||
<link rel="preconnect" href="https://a.tile.openstreetmap.org" crossorigin />
|
<link rel="preconnect" href="https://a.tile.openstreetmap.org" crossorigin />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue