Replace all remaining uses of driverViewMixin with <router-link>

This commit is contained in:
dominik-korsa
2024-08-21 13:49:31 +02:00
parent 9837ae97e1
commit 462dd7dd7a
5 changed files with 23 additions and 37 deletions
+2 -1
View File
@@ -123,7 +123,7 @@ input {
border-radius: 50%;
}
a:not(.block-link) {
a:not(.block-link):not(.a-button) {
display: inline-block;
color: white;
@@ -191,6 +191,7 @@ a.a-button {
color: white;
background: none;
border-radius: 0.25em;
text-decoration: none;
display: flex;
align-items: center;