mirror of
https://github.com/docmost/docmost.git
synced 2026-08-25 00:22:20 +10:00
fix(a11y): WCAG 2.1 AA fixes (#2219)
This commit is contained in:
@@ -30,7 +30,7 @@ export default function Spaces() {
|
||||
|
||||
<Container size={"800"} pt="xl">
|
||||
<Group justify="space-between" mb="xl">
|
||||
<Title order={3}>{t("Spaces")}</Title>
|
||||
<Title order={1} size="h3">{t("Spaces")}</Title>
|
||||
{isAdmin && <CreateSpaceModal />}
|
||||
</Group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user