Skip to content

Commit

Permalink
made the image webp instead of png
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsaleem1 committed Aug 12, 2024
1 parent b4204be commit f8bcce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Image from "next/image";
import Link from "next/link";
import React, { useState } from "react";
import logo from "@/public/images/H4BNavLogo.png";
import logo from "@/public/images/H4BNavLogo.webp";
import { IoMdMenu } from "react-icons/io";
import { ITEMS } from "@/data/Navigation.js";

Expand Down

0 comments on commit f8bcce6

Please sign in to comment.