chore: lint
This commit is contained in:
parent
0316745bc2
commit
f66f1a32a1
@ -1,6 +1,6 @@
|
|||||||
import { Button } from "@/components/ui/button"
|
import { Button } from "@/components/ui/button"
|
||||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
|
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
|
||||||
import { Key, Mail } from "lucide-react"
|
import { Mail } from "lucide-react"
|
||||||
|
|
||||||
interface StageOneProps {
|
interface StageOneProps {
|
||||||
setStage: (stage: number) => void
|
setStage: (stage: number) => void
|
||||||
@ -25,7 +25,7 @@ export default function Home({ setStage }: StageOneProps) {
|
|||||||
Welcome to Mailseer! This is the first step of the setup process.
|
Welcome to Mailseer! This is the first step of the setup process.
|
||||||
</p>
|
</p>
|
||||||
<p className="text-sm text-muted-foreground mt-4 mb-8">
|
<p className="text-sm text-muted-foreground mt-4 mb-8">
|
||||||
We'll guide you through the installation process from here.
|
We'll guide you through the installation process from here.
|
||||||
</p>
|
</p>
|
||||||
<Button className="w-full cursor-pointer" onClick={() => setStage(2)}>
|
<Button className="w-full cursor-pointer" onClick={() => setStage(2)}>
|
||||||
Continue
|
Continue
|
||||||
|
@ -24,7 +24,7 @@ export default function Home({ setStage }: StageTwoProps) {
|
|||||||
<CardContent>
|
<CardContent>
|
||||||
<h1 className="text-2xl font-bold mb-3">Step Two</h1>
|
<h1 className="text-2xl font-bold mb-3">Step Two</h1>
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
Let's setup the first admin account.
|
Let's setup the first admin account.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="flex flex-col gap-2 mt-6">
|
<div className="flex flex-col gap-2 mt-6">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user