Release to main #216

Merged
b merged 23 commits from staging into main 2024-10-01 20:19:09 +00:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit 633c23e459 - Show all commits

View File

@ -132,8 +132,10 @@ export const AppBar = () => {
<div className={styles.banner}>
<Container>
<div className={styles.bannerInner}>
<p className={styles.bannerText}>
SIGit is currently Alpha software (available for internal
testing), use at your own risk!
</p>
<Button
aria-label={`close banner`}
variant="text"

View File

@ -67,3 +67,9 @@
}
}
}
.bannerText {
margin-left: 54px;
flex-grow: 1;
text-align: center;
}