Skip to content

Commit ad9da6d

Browse files
chore: wip
1 parent 45eada7 commit ad9da6d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

public/images/bench/arrow.svg

Lines changed: 9 additions & 0 deletions
Loading

resources/components/Bench/BenchHeader.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
</router-link>
2121

2222
<router-link
23-
to="/courts"
23+
to="/court-houses"
2424
class="text-sm/6 font-semibold text-gray-900 border-b-2 transition-colors duration-200"
2525
:class="[
26-
route.path === '/courts'
26+
route.path === '/court-houses'
2727
? 'border-gray-500 text-gray-600'
2828
: 'border-transparent hover:border-gray-500'
2929
]"
3030
>
31-
Find Court Houses
31+
Find CourtHouses
3232
</router-link>
3333

3434
<router-link

0 commit comments

Comments
 (0)