Skip to content

Commit a456088

Browse files
committed
change style of ContactEmail component
1 parent a994558 commit a456088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/about/ContactEmail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export default function ContactEmail() {
1515
<motion.div
1616
onHoverStart={() => setIsShown(true)}
1717
onHoverEnd={() => setIsShown(false)}
18-
className="bg-neutral-950 px-4 py-2">
19-
{isShown ? email : "Hover on this text to show"}
18+
className="px-2 border border-[#181818] rounded-md">
19+
{isShown ? email : "Hover your cursor on this text to show"}
2020
</motion.div>
2121
)
2222
}

0 commit comments

Comments
 (0)