Add blank space

This commit is contained in:
Gorkem Cetin (BWL)
2025-01-29 11:48:43 -05:00
committed by GitHub
parent c55ca3f593
commit 611dead71e
+1 -1
View File
@@ -86,7 +86,7 @@ const Fallback = ({ title, checks, link = "/", isAdmin, vowelStart = false }) =>
sx={{ alignSelf: "center" }}
onClick={() => navigate(link)}
>
Let's create your first{title}
Let's create your first {title}
</Button>
)}
</Stack>