Fix bad home SS reference

This commit is contained in:
2023-05-13 11:35:08 -05:00
parent 9aab4a5baf
commit 7eb54fc99f
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

View File

@@ -7,7 +7,7 @@ import AppWrapper from "../components/AppWrapper";
import type {ReactNode} from "react";
const images: [string, string | ReactNode][] = [
["/portal/home.png", "The home page."],
["/portal/home.jpeg", "The home page."],
["/portal/events.png", <> A page listing all current events. <br/> Initial data is cached for performance, but
becomes
dynamic when filtered.</>],