mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-06-22 04:11:26 +10:00
Remove deprecated color prop from text
This commit is contained in:
@@ -10,7 +10,7 @@ export function Welcome() {
|
|||||||
Mantine
|
Mantine
|
||||||
</Text>
|
</Text>
|
||||||
</Title>
|
</Title>
|
||||||
<Text color="dimmed" ta="center" size="lg" maw={580} mx="auto" mt="xl">
|
<Text c="dimmed" ta="center" size="lg" maw={580} mx="auto" mt="xl">
|
||||||
This starter Next.js project includes a minimal setup for server side rendering, if you want
|
This starter Next.js project includes a minimal setup for server side rendering, if you want
|
||||||
to learn more on Mantine + Next.js integration follow{' '}
|
to learn more on Mantine + Next.js integration follow{' '}
|
||||||
<Anchor href="https://mantine.dev/guides/next/" size="lg">
|
<Anchor href="https://mantine.dev/guides/next/" size="lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user