parent
112958d09e
commit
4c473a01c6
@ -1,11 +1,10 @@
|
|||||||
|
import toxic_square from '../assets/toxic_square.png';
|
||||||
|
|
||||||
export function Header() {
|
export function Header() {
|
||||||
return (
|
return (
|
||||||
<div className="fixed w-[90%] flex pt-8 justify-between items-center">
|
<div className="fixed w-[90%] flex pt-8 justify-between items-center">
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
<img
|
<img src={toxic_square} className="w-[4rem] aspect-square" />
|
||||||
src="src/assets/toxic_square.png"
|
|
||||||
className="w-[4rem] aspect-square"
|
|
||||||
/>
|
|
||||||
<div className="flex flex-col text-left">
|
<div className="flex flex-col text-left">
|
||||||
<strong className="text-2xl">Team Toxic</strong>
|
<strong className="text-2xl">Team Toxic</strong>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user