Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into migrate-to-nx-18
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
timonmasberg committed Mar 21, 2024
2 parents 9b878a2 + 550bac9 commit d4f3216
Show file tree
Hide file tree
Showing 5 changed files with 430 additions and 407 deletions.
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
Loading

0 comments on commit d4f3216

Please sign in to comment.