This commit is contained in:
@@ -125,6 +125,13 @@ const currentTeam = userMemberships.find(m => m.organization.id === currentTeamI
|
||||
<Icon name="heroicons:clock" class="w-5 h-5" />
|
||||
Time Tracker
|
||||
</a></li>
|
||||
<li><a href="/dashboard/invoices" class:list={[
|
||||
"hover:bg-base-300/50 rounded-lg transition-colors active:bg-base-300/50!",
|
||||
{ "bg-primary/10 text-primary relative before:absolute before:left-0 before:top-1/2 before:-translate-y-1/2 before:w-0.75 before:h-[70%] before:bg-primary before:rounded-r-full": Astro.url.pathname.startsWith("/dashboard/invoices") }
|
||||
]}>
|
||||
<Icon name="heroicons:document-currency-dollar" class="w-5 h-5" />
|
||||
Invoices & Quotes
|
||||
</a></li>
|
||||
<li><a href="/dashboard/reports" class:list={[
|
||||
"hover:bg-base-300/50 rounded-lg transition-colors active:bg-base-300/50!",
|
||||
{ "bg-primary/10 text-primary relative before:absolute before:left-0 before:top-1/2 before:-translate-y-1/2 before:w-0.75 before:h-[70%] before:bg-primary before:rounded-r-full": Astro.url.pathname.startsWith("/dashboard/reports") }
|
||||
|
||||
Reference in New Issue
Block a user