chore: lint

This commit is contained in:
Aidan 2025-04-23 08:07:00 -04:00
parent 0316745bc2
commit f66f1a32a1
2 changed files with 3 additions and 3 deletions

View File

@ -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&apos;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

View File

@ -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&apos;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">