This commit is contained in:
parent
9f3ad9b96b
commit
a5869d2b83
3 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
import "../../styles/admin.css";
|
||||
import { getArchiveEntries } from "../../lib/archive";
|
||||
import { speechAdminEntryFromArchiveEntry } from "../../lib/admin-speeches";
|
||||
import { calendarEvents, recurringCalendarEvents } from "../../data/events";
|
||||
|
|
@ -46,6 +45,7 @@ const adminConfig = {
|
|||
<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="stylesheet" href="/css/admin.css" />
|
||||
</head>
|
||||
<body>
|
||||
<a class="admin-skip-link" href="#admin-content">Skip to content</a>
|
||||
|
|
|
|||
1550
src/styles/admin.css
1550
src/styles/admin.css
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue