Skip to content

Commit

Permalink
Drop page breadcrumb -- logo/masthead goes back to home.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 9, 2024
1 parent fa2885b commit d8055ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/pages/workflow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ const onInstanceChange = (value: string) => {
<template>
<NuxtLayout>
<template #sidebar>
<div class="sticky top-4 h-16">
<UBreadcrumb :links="links" />
</div>
<div v-if="workflow" class="mt-6">
<h2 class="font-bold text-xl mb-4">{{ workflow.definition.name }}</h2>
<p class="mb-4">{{ workflow.definition.annotation }}</p>
Expand Down

0 comments on commit d8055ac

Please sign in to comment.