Skip to content

Commit

Permalink
update main logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtranmer committed Apr 3, 2024
1 parent a4fafe1 commit cbe06be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from "next/link";
import { useRouter } from "next/router";
import styles from '@/styles/Navbar.module.css'

import logo from "../public/images/logo.svg";
import logo from "../public/images/new-logo.png";
import hamburger from "../public/images/hamburger.svg";

const Navbar = () => {
Expand Down
Binary file added public/images/new-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbe06be

Please sign in to comment.