File tree Expand file tree Collapse file tree
client/src/components/widgets/breadCrumb Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <RouterLink
88 v-bind =" hoverProps "
99 :to =" { name: getRouteName (' HomePage' ) } "
10- class="px-1 py-1 text-decoration-none"
11- :class ="
12- isHovering
13- ? ' text-primary font-weight-medium'
14- : ' text-medium-emphasis font-weight-medium'
15- "
10+ class="px-1 py-1 text-decoration-none font-weight-medium"
11+ :class =" isHovering ? ' text-primary' : ' text-medium-emphasis' "
1612 >
1713 {{ $t("titles.home") }}
1814 </RouterLink >
3329 <RouterLink
3430 v-bind =" hoverProps "
3531 :to =" { name: item .link } "
36- class="px-1 py-1 text-decoration-none"
32+ class="px-1 py-1 text-decoration-none font-weight-medium "
3733 :class ="
38- isHovering
39- ? ' text-primary font-weight-medium'
40- : ' text-medium-emphasis font-weight-medium'
34+ isHovering ? ' text-primary' : ' text-medium-emphasis'
4135 "
4236 >
4337 {{ item.label }}
You can’t perform that action at this time.
0 commit comments