fix : social networks preview card

This commit is contained in:
GuillaumeSD
2025-05-17 16:51:41 +02:00
parent 96b07b97b0
commit 419f82e849
3 changed files with 20 additions and 7 deletions

View File

@@ -23,7 +23,6 @@ const StyledIconButtonLink = styled("a")({
alignItems: "center",
justifyContent: "center",
textDecoration: "none", // Remove underline from link
// Add any other styles to make it look like a button, e.g., padding, borderRadius
"&:hover": {
cursor: "pointer", // Change cursor on hover
},
@@ -59,12 +58,14 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
>
<Icon icon="mdi:menu" />
</IconButton>
<Image
src="/favicon-32x32.png"
alt="Chesskit logo"
width={32}
height={32}
/>
<NavLink href="/">
<Typography
variant="h6"