This commit is contained in:
parent
28a08f640d
commit
66fd748d3e
1 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
import familyFedIconUrl from "../../../assets/icons/familyfed-favicon.png?inline";
|
||||
import { getArchiveEntries } from "../../lib/archive";
|
||||
import { speechAdminEntryFromArchiveEntry } from "../../lib/admin-speeches";
|
||||
import { analyticsProvider, analyticsTrackedDomain, defaultAnalyticsDashboardUrl } from "../../config/analytics";
|
||||
|
|
@ -45,8 +46,8 @@ const adminConfig = {
|
|||
<meta name="robots" content="noindex,nofollow" />
|
||||
<meta name="theme-color" content="#18303a" />
|
||||
<title>Overview · FamilyFed.ie Admin</title>
|
||||
<link rel="icon" href="/assets/icons/familyfed-favicon.png" type="image/png" />
|
||||
<link rel="apple-touch-icon" href="/assets/icons/familyfed-favicon.png" />
|
||||
<link rel="icon" href={familyFedIconUrl} type="image/png" />
|
||||
<link rel="apple-touch-icon" href={familyFedIconUrl} />
|
||||
<link rel="stylesheet" href="/css/admin.css?v=20260712-minimal" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -56,7 +57,7 @@ const adminConfig = {
|
|||
<aside class="admin-sidebar" aria-label="Admin navigation">
|
||||
<a class="admin-brand" href="/" aria-label="FamilyFed.ie home">
|
||||
<span class="admin-brand-mark">
|
||||
<img src="/assets/icons/familyfed-favicon.png" alt="" />
|
||||
<img src={familyFedIconUrl} alt="" />
|
||||
</span>
|
||||
<span class="admin-brand-copy">
|
||||
<strong>FamilyFed.ie</strong>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue