diff --git a/public/UTM_Logo.png b/public/UTM_Logo.png new file mode 100644 index 0000000..3f77cea Binary files /dev/null and b/public/UTM_Logo.png differ diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 519bd8d..7e30c82 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -1,13 +1,25 @@ import { LastRefresh } from './LastRefresh' +import Image from 'next/image' export function Navbar({ lastUpdateTime }) { return (