mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 08:26:41 -06:00
Fix bad home SS reference
This commit is contained in:
|
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 266 KiB |
@@ -7,7 +7,7 @@ import AppWrapper from "../components/AppWrapper";
|
|||||||
import type {ReactNode} from "react";
|
import type {ReactNode} from "react";
|
||||||
|
|
||||||
const images: [string, string | ReactNode][] = [
|
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
|
["/portal/events.png", <> A page listing all current events. <br/> Initial data is cached for performance, but
|
||||||
becomes
|
becomes
|
||||||
dynamic when filtered.</>],
|
dynamic when filtered.</>],
|
||||||
|
|||||||
Reference in New Issue
Block a user