add beta corner ribbon to logo

This commit is contained in:
Son NK 2019-12-24 09:34:18 +00:00
parent f80adae625
commit 306bb9927e
3 changed files with 2 additions and 2 deletions

BIN
static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -2,7 +2,7 @@
<div class="container">
<div class="d-flex">
<a class="header-brand" href="{{ url_for('dashboard.index') }}">
<img src="/static/icon.svg" class="header-brand-img" alt="logo">
<img src="/static/logo.png" class="header-brand-img" alt="logo">
</a>
<div class="d-flex order-lg-2 ml-auto">

View file

@ -7,7 +7,7 @@
<div class="col col-login mx-auto">
<div class="text-center mb-6">
<a href="https://simplelogin.io">
<img src="/static/icon.svg" class="h-6" alt="">
<img src="/static/logo.png" style="background-color: transparent; height: 40px">
</a>
</div>