mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 07:13:18 +08:00
add beta corner ribbon to logo
This commit is contained in:
parent
f80adae625
commit
306bb9927e
3 changed files with 2 additions and 2 deletions
BIN
static/logo.png
Normal file
BIN
static/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue