Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Dec 29, 2024
1 parent e25394b commit 2b09cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/backend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import Link from "next/link";
export default function Home() {
return (
<div>
Welcome to Stack Auth&apos;s API endpoint.<br />
Welcome to Stack Auth&apos;s API endpoint.<br />
<br />
Were you looking for <Link href="https://app.stack-auth.com">Stack&apos;s dashboard</Link> instead?<br />
Were you looking for <Link href="https://app.stack-auth.com">Stack&apos;s dashboard</Link> instead?<br />
<br />
You can also return to <Link href="https://stack-auth.com">https://stack-auth.com</Link>.<br />
<br />
Expand Down

0 comments on commit 2b09cfb

Please sign in to comment.