diff --git a/src/components/ActionButtons.tsx b/src/components/ActionButtons.tsx
index eee3014..86f4238 100644
--- a/src/components/ActionButtons.tsx
+++ b/src/components/ActionButtons.tsx
@@ -14,20 +14,20 @@ export default function ActionButtons({
disabled,
}: ActionButtonsProps) {
return (
-
+
onAction("left")}
disabled={disabled}
aria-label="Nope"
>
-
+
onAction("right")}
@@ -35,7 +35,7 @@ export default function ActionButtons({
aria-label="Like"
>
diff --git a/src/components/SwipeDeck.tsx b/src/components/SwipeDeck.tsx
index 61dfc58..5efcb3a 100644
--- a/src/components/SwipeDeck.tsx
+++ b/src/components/SwipeDeck.tsx
@@ -359,7 +359,7 @@ export default function SwipeDeck({
)}
-
+
{currentIndex === 0 && !resolvedMatchId && guideVisible && (
setGuideVisible(false)} />
)}