diff --git a/src/app/shared/components/unsplash-assets-select-dialog/unsplash-assets-select-dialog.component.html b/src/app/shared/components/unsplash-assets-select-dialog/unsplash-assets-select-dialog.component.html index 53953f51..ec051f84 100644 --- a/src/app/shared/components/unsplash-assets-select-dialog/unsplash-assets-select-dialog.component.html +++ b/src/app/shared/components/unsplash-assets-select-dialog/unsplash-assets-select-dialog.component.html @@ -2,7 +2,8 @@

Select Image from Unsplash

@if (isLoading()) { } -
+ +
Search @@ -29,7 +30,7 @@

Select Image from Unsplash

Remaining requests : {{ remaining() }} / {{ limit() }}
-
+
@for (item of assets(); track item.id) {