Skip to content

Commit

Permalink
Game Jam: Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Dec 22, 2023
1 parent 44cf162 commit 15bde24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blueprints/homepage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_url(self, _name):
title = "Minetest Game Jam 2023: \"Unexpected\""
author = None

short_desc = "The game jam has begun! You have until December 21st to make a game with the theme \"Unexpected\"."
short_desc = "The game jam has finished! It's now up to the community to play and rate the games."
type = type("", (), dict(value="Competition"))()
content_warnings = []
reviews = []
Expand Down

0 comments on commit 15bde24

Please sign in to comment.