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 { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
import { Key, Mail } from "lucide-react"
import { Mail } from "lucide-react"
interface StageOneProps {
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.
</p>
<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>
<Button className="w-full cursor-pointer" onClick={() => setStage(2)}>
Continue

View File

@ -24,7 +24,7 @@ export default function Home({ setStage }: StageTwoProps) {
<CardContent>
<h1 className="text-2xl font-bold mb-3">Step Two</h1>
<p className="text-sm text-muted-foreground">
Let's setup the first admin account.
Let&apos;s setup the first admin account.
</p>
<div className="flex flex-col gap-2 mt-6">