Skip to content

Commit

Permalink
chore(spa): use webp as background image (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg authored Mar 20, 2024
1 parent f38d243 commit 83b5ec9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed apps/spa/src/assets/login-bg.jpg
Binary file not shown.
Binary file added apps/spa/src/assets/login-bg.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion libs/spa/auth/src/lib/components/auth.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { AUTH_SERVICE, AuthService } from '../services/auth-service';
<img
class="cover-image"
alt="Kordis"
ngSrc="/assets/login-bg.jpg"
ngSrc="/assets/login-bg.webp"
fill
priority
/>
Expand Down

0 comments on commit 83b5ec9

Please sign in to comment.