diff options
author | Renard | 2019-10-01 15:08:40 -0300 |
---|---|---|
committer | Renard | 2019-10-01 15:08:40 -0300 |
commit | 3292f9e7aa33a27230eb927c03c9237a257cc3d8 (patch) | |
tree | 411b6f70104b55c009c79db41caa9d460c6986d4 /src/App.css | |
parent | 9131d4ab9489c8a1abe05a701605c8348d6277a8 (diff) | |
download | bai-client-3292f9e7aa33a27230eb927c03c9237a257cc3d8.tar.gz bai-client-3292f9e7aa33a27230eb927c03c9237a257cc3d8.tar.xz bai-client-3292f9e7aa33a27230eb927c03c9237a257cc3d8.zip |
Logo SVG
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.css b/src/App.css index 06ec594..771c2c9 100644 --- a/src/App.css +++ b/src/App.css @@ -146,11 +146,11 @@ } .whiLogo { - background: url("./background.png"); + background: url("./logo_bg.svg"); } .invLogo { - background: url("./background_inv.png"); + background: url("./logo_bg_inv.svg"); } #bgvid { |