chore(git): merge pull request #221 from beta-release into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m16s

Reviewed-on: #221
This commit is contained in:
enes 2024-10-09 08:33:52 +00:00
commit 7b7f23a779
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "sigit", "name": "sigit",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0-beta",
"type": "module", "type": "module",
"homepage": "https://sigit.io/", "homepage": "https://sigit.io/",
"license": "AGPL-3.0-or-later ", "license": "AGPL-3.0-or-later ",

View File

@ -133,7 +133,7 @@ export const AppBar = () => {
<Container> <Container>
<div className={styles.bannerInner}> <div className={styles.bannerInner}>
<p className={styles.bannerText}> <p className={styles.bannerText}>
SIGit is currently Alpha software (available for internal SIGit is currently Beta software (available for user experience
testing), use at your own risk! testing), use at your own risk!
</p> </p>
<Button <Button