Skip to content

Commit 3bfa943

Browse files
committed
fix: add the correct display style, and date format
1 parent 1e771c1 commit 3bfa943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angular-hub/src/app/pages/communities/index.page.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ export const routeMeta: RouteMeta = {
4949
<app-community-card [community]="community"></app-community-card>
5050
</li>
5151
} @empty {
52-
<p class="col-span-2">
53-
No event matching the filter
52+
<p class="col-span-full">
53+
No event matching the filter:
5454
5555
@if (selectedCountry()) {
56-
{{ selectedCountry() }}
56+
<span>{{ selectedCountry() }}</span>
5757
}
5858
</p>
5959
}

0 commit comments

Comments
 (0)