logo (temporary)

This commit is contained in:
CoolElectronics 2023-08-20 00:02:21 -04:00
parent 2476f9259a
commit 006ee121ab
No known key found for this signature in database
GPG key ID: F63593D168636C50
3 changed files with 4 additions and 1 deletions

View file

View file

@ -35,6 +35,8 @@
signInWithEmailAndPassword, signInWithEmailAndPassword,
} from "firebase/auth"; } from "firebase/auth";
import logo from "./logo.png";
enum ReadyState { enum ReadyState {
Idle, Idle,
Connecting, Connecting,
@ -191,7 +193,8 @@
<div id="topbar" class="flex justify-between items-center p-4"> <div id="topbar" class="flex justify-between items-center p-4">
<div id="logo"> <div id="logo">
<Card type=""> <Card type="">
<h3 class="text-xl">(logo goes here)</h3> <img height="100" width="100" src={logo} />
<!-- <h3 class="text-xl">(logo goes here)</h3> -->
</Card> </Card>
</div> </div>
<div id="nav"> <div id="nav">

BIN
frontend/src/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB