Skip to content

Commit

Permalink
fix: adjust modal close icon positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonpole committed Aug 24, 2024
1 parent c27178a commit bb18812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/splash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function () {
{/** NAVIGATION OVERLAY */}
<dialog className={cx("modal", modalOpen && "modal-open")}>
<button
className="btn btn-square btn-ghost absolute right-4 top-4 z-10"
className="btn btn-square btn-ghost absolute right-8 top-4 z-10"
onClick={() => setModalOpen(false)}
>
<FaTimes className="text-2xl" />
Expand Down

0 comments on commit bb18812

Please sign in to comment.