2.0.1
Change the tagline 'See the sun the way your body does.' to 'See the sun the way your skin does.'
This commit is contained in:
+2
-2
@@ -182,7 +182,7 @@ export function UTCIForecast() {
|
||||
<div class="nav-overlay" onClick=${() => { const n = document.getElementById('site-nav'); n.classList.remove('nav-open'); document.getElementById('nav-drawer').classList.remove('is-open'); }}></div>
|
||||
<div class="nav-logo" aria-hidden="true">
|
||||
<span class="nav-logo-wordmark"><span class="nav-logo-sun">SUN</span><span class="nav-logo-scope">Scope</span></span>
|
||||
<span class="nav-logo-tag">See the sun the way your body does.</span>
|
||||
<span class="nav-logo-tag">See the sun the way your skin does.</span>
|
||||
</div>
|
||||
<div class="nav-links" id="nav-drawer">
|
||||
<a href="./index.html">Forecast</a>
|
||||
@@ -276,7 +276,7 @@ export function UTCIForecast() {
|
||||
<h1 class="utci-title">
|
||||
<span class="title-sun">SUN</span><span class="title-scope">Scope</span>
|
||||
</h1>
|
||||
<div class="utci-tagline">See the sun the way your body does.</div>
|
||||
<div class="utci-tagline">See the sun the way your skin does.</div>
|
||||
</div>
|
||||
|
||||
<div class="scope-col">
|
||||
|
||||
Reference in New Issue
Block a user