website: replace login card with png (#6911)
* website: replace login card with png Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Optimised images with calibre/image-actions --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
This commit is contained in:
parent
3d91773191
commit
01eea902ec
|
@ -94,7 +94,7 @@ function Home() {
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
alt="authentik logo"
|
alt="authentik logo"
|
||||||
src={useBaseUrl("img/landing_login_card.jpg")}
|
src={useBaseUrl("img/landing_login_card.png")}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Reference in New Issue