mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(repo): rename default branch to main
This commit is contained in:
parent
0a64df293b
commit
20d013c697
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React from "react";
|
||||
|
||||
const REPO_URL = "https://github.com/apricote/Listory";
|
||||
const CHANGELOG_URL = `${REPO_URL}/blob/master/CHANGELOG.md`;
|
||||
const CHANGELOG_URL = `${REPO_URL}/blob/main/CHANGELOG.md`;
|
||||
|
||||
const VERSION = process.env.REACT_APP_VERSION || "Unknown";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue