fix header blinking

pull/116/head
maxime 1 year ago committed by maxime.batista
parent 0312cb3645
commit 7a614325f0

@ -1,4 +1,3 @@
import { BASE } from "../../Constants"
import AccountSvg from "../../assets/account.svg?react"
import "../../style/template/header.css"
import { useEffect, useState } from "react"

@ -1,3 +1,5 @@
@import url(../theme/default.css);
#header {
text-align: center;
background-color: var(--home-main-color);

Loading…
Cancel
Save