mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 06:10:01 -04:00
logo (temporary)
This commit is contained in:
parent
2476f9259a
commit
006ee121ab
3 changed files with 4 additions and 1 deletions
0
frontend/src/AccountCreation.svelte
Normal file
0
frontend/src/AccountCreation.svelte
Normal 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
BIN
frontend/src/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
Loading…
Add table
Add a link
Reference in a new issue