Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
g4ze committed Oct 1, 2024
1 parent 6c9626e commit f70ad2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import { useEffect } from "react";

import Image from "next/image";
const hideNavbar = () => {
if (typeof window !== "undefined") {
const navbar = document.querySelector("nav");
Expand Down Expand Up @@ -43,10 +43,11 @@ export default function Home() {
href="https://flowbite.com/"
class="flex items-center space-x-3 rtl:space-x-reverse"
>
<img
<Image
src="https://flowbite.com/docs/images/logo.svg"
className="h-8"
alt="Flowbite Logo"
width={32}
height={32}
/>
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">
Flowbite
Expand Down

0 comments on commit f70ad2f

Please sign in to comment.