Archived
UI: trim footer boilerplate, header tagline to 'Your Canadian News'
This commit is contained in:
@@ -9,8 +9,7 @@ export default function Footer() {
|
||||
<div>
|
||||
<p className="font-display text-lg font-bold text-white">{env.siteName}</p>
|
||||
<p className="mt-2 text-sm leading-relaxed text-ink-400">
|
||||
An independent digest of Canadian headlines. Every brief is a
|
||||
rewritten, in-depth version of the story.
|
||||
An independent digest of Canadian headlines.
|
||||
</p>
|
||||
</div>
|
||||
<nav aria-label="Footer" className="text-sm">
|
||||
@@ -37,7 +36,7 @@ export default function Footer() {
|
||||
</div>
|
||||
<div className="border-t border-ink-800/70">
|
||||
<div className="mx-auto max-w-6xl px-4 py-4 text-xs text-ink-500 sm:px-6">
|
||||
© {year} {env.siteName}. Briefs compiled from public news feeds.
|
||||
© {year} {env.siteName}.
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -21,7 +21,7 @@ export default function Header() {
|
||||
{env.siteName}
|
||||
</span>
|
||||
<span className="text-[10px] uppercase tracking-[0.2em] text-ink-300">
|
||||
Canada, brief by
|
||||
Your Canadian News
|
||||
</span>
|
||||
</span>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user