Skip to content

Commit

Permalink
Tweaks the syntax for the sidebar links./
Browse files Browse the repository at this point in the history
  • Loading branch information
dniccum committed Feb 28, 2023
1 parent 011e8ca commit 7f1d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
if ((item.route.length > 0 && this.$page.url.endsWith(item.route)) || item.isHome && this.$page.url.endsWith('documentation')) {
return 'doc-text-primary-500 hover:doc-text-primary-700';
} else {
return 'doc-text-gray-300 dark:doc-text-gray-100 hover:doc-text-primary-200';
return 'doc-text-gray-700 dark:doc-text-gray-100 hover:dark:doc-text-primary-200';
}
},
parseRoute(item) {
Expand Down

0 comments on commit 7f1d383

Please sign in to comment.