We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70db34e + 8d7572d commit e2128b7Copy full SHA for e2128b7
src/app/components/detail/detail.component.html
@@ -37,9 +37,11 @@
37
</div>
38
}
39
<div class="buttons mt-6 flex gap-4">
40
- <button type="button" class="btn" onclick="history.back()">
41
- <i class="bi bi-arrow-left"></i>
42
- <p class="ml-2">Zurück</p>
+ <button type="button" class="btn">
+ <a class="flex items-center" onclick="history.back()">
+ <i class="bi bi-arrow-left"></i>
43
+ <p class="ml-2">Zurück</p>
44
+ </a>
45
</button>
46
@if (activity?.website) {
47
<button type="button" class="btn">
0 commit comments