Added Beta development banner to the app. This will be removed once we are ready for a public release.
This commit is contained in:
parent
8e299915a8
commit
2deea9e841
1 changed files with 6 additions and 0 deletions
|
|
@ -100,6 +100,12 @@ export default async function LandingPage() {
|
|||
<p className="text-xs text-primary-container-foreground/60 pt-1">
|
||||
Demo-login: gebruikersnaam <code className="font-mono bg-primary-container-foreground/10 px-1 rounded">demo</code> · wachtwoord <code className="font-mono bg-primary-container-foreground/10 px-1 rounded">demo1234</code>
|
||||
</p>
|
||||
<div className="mx-auto max-w-xl rounded-lg border border-primary-container-foreground/20 bg-primary-container-foreground/10 px-4 py-3 text-left">
|
||||
<p className="text-xs font-medium text-primary-container-foreground">Beta-versie</p>
|
||||
<p className="mt-1 text-xs leading-relaxed text-primary-container-foreground/75">
|
||||
Scrum4Me is nog in actieve ontwikkeling. Accounts en ingevoerde gegevens kunnen tijdens deze fase worden aangepast, gereset of verwijderd.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue