Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix: rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 committed Sep 4, 2024
1 parent 24c418b commit 8ba5938
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
*ngIf="metadata.display"
class="image"
[alt]="metadata.display![0].logo?.alt_text"
[src]="metadata.display![0].background_image!.url"
[src]="metadata.display![0].background_image?.url"
alt="Credential image"
/>
<div class="header" fxFlexOrder.lt-sm="-1">
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@
"appsDir": "apps",
"libsDir": "libs"
},
"nxCloudAccessToken": "NjQ2NjhiMWUtYjA1Ni00NTRjLWJjMjctMjkzNzA1NmRkMTgxfHJlYWQ=",
"plugins": [
{
"plugin": "@nx/vite/plugin",

0 comments on commit 8ba5938

Please sign in to comment.