Skip to content

Commit

Permalink
fix: rendering (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 authored Sep 4, 2024
1 parent 24c418b commit c256e2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"appsDir": "apps",
"libsDir": "libs"
},
"nxCloudAccessToken": "NjQ2NjhiMWUtYjA1Ni00NTRjLWJjMjctMjkzNzA1NmRkMTgxfHJlYWQ=",
"plugins": [
{
"plugin": "@nx/vite/plugin",
Expand Down

0 comments on commit c256e2f

Please sign in to comment.