mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 01:16:58 -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";
|
||||
|
||||
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.</>],
|
||||
|
||||
Reference in New Issue
Block a user