refactor: straightened logic, replaces throttle with mantine debounced
This commit is contained in:
@ -1,31 +0,0 @@
|
||||
import { Anchor, Text, Title } from "@mantine/core";
|
||||
|
||||
export function Welcome() {
|
||||
return (
|
||||
<>
|
||||
<Title
|
||||
ta="center"
|
||||
mt={100}
|
||||
className={"font-bold underline"}>
|
||||
Welcome to Mantine
|
||||
</Title>
|
||||
<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 to learn more on Mantine + Next.js
|
||||
integration follow{" "}
|
||||
<Anchor
|
||||
href="https://mantine.dev/guides/next/"
|
||||
size="lg">
|
||||
this guide
|
||||
</Anchor>
|
||||
. To get started edit page.tsx file.
|
||||
</Text>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user