Skip to content

Commit 8ae27e2

Browse files
committed
styles fix
Signed-off-by: Hakeem Abbas <[email protected]>
1 parent a8e1d29 commit 8ae27e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/darkFooter/DarkFooter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const DarkFooter = () => {
1616
<div className="container-wide">
1717
<div className={styles.container}>
1818
<div className={styles.leftContainer}>
19-
<div className={styles.logo}>
20-
<Link href={"/"}>
19+
<div>
20+
<Link className={styles.logo} href={"/"}>
2121
<Logo />
2222
<Display size={300}>Docling</Display>
2323
</Link>

0 commit comments

Comments
 (0)