Skip to content

Commit ce7af19

Browse files
Merge pull request #97 from Sybit-Education/schreiben-lernen
Rechtschreibfehler gefixt
2 parents d56561f + 37bf7d5 commit ce7af19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/components/detail/detail.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="card-title text-2xl font-bold text-gray-800">
2828
@if (activity.number && activity.street) {
2929
<span>{{ activity.street }} {{ activity.number }}</span>,
3030
}
31-
{{ activity.zip }} {{ activity.city }} {{ activity.country }}
31+
{{ activity.zip }} {{ activity.city }}, {{ activity.country }}
3232
</address>
3333

3434
<div class="flex gap-4 mt-2">
@@ -39,9 +39,9 @@ <h1 class="card-title text-2xl font-bold text-gray-800">
3939
<span class="badge rounded-pill text-bg-danger">Keine Altersempfehlung</span>
4040
}
4141
@if (activity.barrier_free) {
42-
<span class="badge rounded-pill text-bg-success">Barierefrei</span>
42+
<span class="badge rounded-pill text-bg-success">Barrierefrei</span>
4343
} @else {
44-
<span class="badge rounded-pill text-bg-danger">Nicht Barierefrei</span>
44+
<span class="badge rounded-pill text-bg-danger">Nicht Barrierefrei</span>
4545
}
4646
</div>
4747
@if (activity.description) {

0 commit comments

Comments
 (0)