Skip to content

Commit 3a0b240

Browse files
chore: replace w-[auto] and h-[auto] with w-auto and h-auto for linting
1 parent 5b08b2a commit 3a0b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function LandingPage() {
2727
</h1>
2828

2929
{/*all dark grey logo*/}
30-
<div className="relative w-[auto] h-[auto]">
30+
<div className="relative w-auto h-auto">
3131
<Image
3232
src="/codequestAllDark.png"
3333
alt="CodeQuest Logo"

0 commit comments

Comments
 (0)