Remove exclamation point

This commit is contained in:
bingus_violet 2024-05-16 11:55:35 -05:00
parent fc8dc40cf0
commit e29c78b49b

View file

@ -195,7 +195,7 @@ async function updateCommits() {
commitCount = commits.toString()
if (process.env.BRANCH == "dev") {
commitCount += " | Beta site!"
commitCount += " | Beta site"
}
}