Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roster/src/components/NavBar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="h-12 bg-white border-b px-12 flex items-center">
<div class="flex items-center space-x-1.5">
<a href="/desk/people" class="text-gray-600 hover:text-gray-700 flex items-center">
<a href="/desk/hr-setup" class="text-gray-600 hover:text-gray-700 flex items-center">
<FrappeHRLogo class="h-6 w-6 mr-2.5" />
Frappe HR
</a>
Expand Down
Loading