Skip to content

Commit

Permalink
Add project url to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 committed Jul 14, 2024
1 parent 3af674e commit 113c878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpuz/constants.py
Original file line number Diff line number Diff line change
@@ -117,6 +117,7 @@ class Dark:
RELEASE_API_URL = (
"https://api.github.com/repos/tomasvana10/xpuz/releases/latest"
)
PROJECT_URL = "https://github.com/tomasvana10/xpuz"
DIM = (900, 650)
EDITOR_DIM = (1125, 600)
PAGE_MAP: Dict[str, str] = {

0 comments on commit 113c878

Please sign in to comment.