Skip to content

Commit

Permalink
fix: align back button on install page (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Jun 24, 2024
1 parent a6346ff commit 99f1bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/[installer-slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default async function Installer({ params, searchParams }) {
return (
<>
<header className="flex flex-col gap-4">
<div className="flex justify-between pt-4">
<Link className="w-fit pt-4" href="/">
<div className="flex justify-between items-center pt-4">
<Link className="w-fit" href="/">
{"< Other installation options"}
</Link>
<Link href={installer?.metadata?.homepage_url}>
Expand Down

0 comments on commit 99f1bb1

Please sign in to comment.