Skip to content

Commit

Permalink
chore(dev): fix main page link
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Feb 18, 2025
1 parent 39f6a15 commit 3dd96f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/components/dashboard/ProductionOperations.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p class="opacity-60">Production interface</p>
<div class="card border p-4 border-primary-500">
<ListBox class="">
<ListBoxItem bind:group={selectedView} name="medium" value="runs", active='variant-soft' rounded='rounded-token' on:click={() => goto("./production/watchers")}>
<ListBoxItem bind:group={selectedView} name="medium" value="runs", active='variant-soft' rounded='rounded-token' on:click={() => goto("./cerebro/production/watchers")}>

<svelte:fragment slot="lead">
<div class="w-4 h-4">
Expand All @@ -20,7 +20,7 @@
</svelte:fragment>
Sequencing Runs
</ListBoxItem>
<ListBoxItem bind:group={selectedView} name="medium" value="samples" active='variant-soft' rounded='rounded-token' on:click={() => goto("./production/reports")}>
<ListBoxItem bind:group={selectedView} name="medium" value="samples" active='variant-soft' rounded='rounded-token' on:click={() => goto("./cerebro/production/reports")}>
<svelte:fragment slot="lead">
<div class="w-4 h-4">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-microscope"><path d="M6 18h8"/><path d="M3 22h18"/><path d="M14 22a7 7 0 1 0 0-14h-1"/><path d="M9 14h2"/><path d="M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z"/><path d="M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"/></svg>
Expand Down

0 comments on commit 3dd96f9

Please sign in to comment.