Skip to content

Commit

Permalink
It's no longer 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
MoyTW committed Sep 6, 2023
1 parent 5494f1d commit e3066a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>Roguelike Celebration 2022</title>
<title>Roguelike Celebration 2023</title>

<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="src/index.tsx" type="module"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/GoHomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function GoHomeView () {
return (
<div id='go-home'>
<h1>A magical force repels you from the entrance</h1>
<p>Roguelike Celebration is currently closed! Check the <a href="https://roguelike.club/event2022.html" target="_blank" rel="noreferrer">schedule</a> to see when our doors will be open again.</p>
<p>Roguelike Celebration is currently closed! Check the <a href="https://roguelike.club/event2023.html" target="_blank" rel="noreferrer">schedule</a> to see when our doors will be open again.</p>
<p>We look forward to celebrating again with you soon :)</p>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion src/components/LoggedOutView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function LoggedOutView () {
return (
<div>
<header role="banner">
<h1>Welcome to Roguelike Celebration 2022!</h1>
<h1>Welcome to Roguelike Celebration 2023!</h1>
</header>
<main role="main">
<p>
Expand Down

0 comments on commit e3066a8

Please sign in to comment.