Skip to content

Commit

Permalink
Add workshop in breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent 83f216f commit f3609af
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
{#if createRiskAnalysis && i == 0}
<slot name="addRiskAnalysis"></slot>
{:else}
<Anchor href={step.href} class="hover:text-purple-800">
<Anchor
href={step.href}
prefixCrumbs={[{ label: safeTranslate(`ebiosWs${workshop}`) }]}
class="hover:text-purple-800"
>
{#if step.status == 'done'}
<span
class="absolute flex items-center justify-center w-8 h-8 bg-success-200 rounded-full -start-4 ring-4 ring-white"
Expand Down

0 comments on commit f3609af

Please sign in to comment.