Skip to content

Commit c83a9a8

Browse files
authored
chore: updated sitemap
1 parent 9e0933e commit c83a9a8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

react_main/public/sitemap.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
<changefreq>monthly</changefreq>
1818
<priority>0.5</priority>
1919
</url>
20-
<url>
21-
<loc>https://ultimafia.com/community/moderation</loc>
22-
<lastmod>2023-08-17</lastmod>
23-
<changefreq>yearly</changefreq>
24-
<priority>0.5</priority>
25-
</url>
2620
<url>
2721
<loc>https://ultimafia.com/community/calendar</loc>
2822
<lastmod>2025-08-17</lastmod>
@@ -77,6 +71,12 @@
7771
<changefreq>monthly</changefreq>
7872
<priority>0.7</priority>
7973
</url>
74+
<url>
75+
<loc>https://ultimafia.com/policy/moderation</loc>
76+
<lastmod>2026-02-27</lastmod>
77+
<changefreq>yearly</changefreq>
78+
<priority>0.5</priority>
79+
</url>
8080
<url>
8181
<loc>https://ultimafia.com/policy/report</loc>
8282
<lastmod>2024-07-01</lastmod>

react_main/src/pages/Play/LobbyBrowser/GameRow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const GameStatus = (props) => {
2828
const canShowGameButton =
2929
(user.loggedIn || props.game.status === "Finished") &&
3030
!props.game.broken &&
31-
(!props.game.private || user.perms?.breakGame);
31+
!props.game.private;
3232

3333
let buttonUrl, buttonText, buttonVariant, buttonColor, buttonDisabled;
3434
if (props.game.status === "Open") {

0 commit comments

Comments
 (0)