Rename app to Lemma

This commit is contained in:
2024-12-19 23:59:27 +01:00
parent 5598c0861d
commit b6b4c01f0e
70 changed files with 262 additions and 263 deletions

View File

@@ -29,7 +29,7 @@ const LoginPage = () => {
return (
<Container size={420} my={40}>
<Title ta="center">Welcome to NovaMD</Title>
<Title ta="center">Welcome to Lemma</Title>
<Text c="dimmed" size="sm" ta="center" mt={5}>
Please sign in to continue
</Text>

View File

@@ -8,7 +8,7 @@ const Header = () => {
return (
<Group justify="space-between" h={60} px="md">
<Text fw={700} size="lg">
NovaMD
Lemma
</Text>
<Group>
<WorkspaceSwitcher />