Skip to content

Commit

Permalink
fix(docs):update work flow components header link on main site (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-emerich authored Feb 12, 2025
1 parent a9209de commit a277740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</NuxtLink>
<ul class="header-menu-right-menu">
<li>
<NuxtLink class="dropdown-item" href="/docs/getting-started/workflow-components" @click="globalClick(true)">
<NuxtLink class="dropdown-item" href="/docs/workflow-components" @click="globalClick(true)">
<TimelineTextOutline />
<p>
<span>Workflow components</span><br />
Expand Down Expand Up @@ -513,7 +513,7 @@
</NuxtLink>
<ul class="header-menu-right-menu">
<li>
<NuxtLink class="dropdown-item" href="/docs/getting-started/workflow-components" @click="globalClick(true)">
<NuxtLink class="dropdown-item" href="/docs/workflow-components" @click="globalClick(true)">
<TimelineTextOutline />
<p>
<span>Workflow components</span><br />
Expand Down

0 comments on commit a277740

Please sign in to comment.