feat(frontend): alpha version warning looks better

This commit is contained in:
12f23eddde 2022-07-16 12:20:27 +00:00
parent 6c4e59fca2
commit c76eea7112
1 changed files with 10 additions and 1 deletions

View File

@ -402,6 +402,15 @@ export function MainPage() {
</Col>
</Row>
<Row>
<GFINotiToast
show={showBannerMsg}
userName={userName || 'visitor'}
userAvatarUrl={userAvatarUrl}
onClose={() => {
setShowBannerMsg(false);
}}
context="GFI-Bot is under active development and not ready for production yet."
/>
<GFINotiToast
show={showLoginMsg}
userName={userName || 'visitor'}
@ -506,7 +515,7 @@ const GFIDadaKanban = forwardRef((props: GFIDadaKanban, ref) => {
fontFamily: defaultFontFamily,
}}
>
<GFIAlphaWarning />
{/* <GFIAlphaWarning /> */}
<div className="kanban wrapper">
<div className="gfi-wrapper tags">
<div style={{ marginBottom: '0.3rem' }}>Languages</div>