Skip to content

Commit

Permalink
Turn off separator in automate functions page (#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallacespeckle authored Nov 18, 2024
1 parent a264f37 commit f82710f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
class="pt-4 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between"
>
<Portal to="navigation">
<HeaderNavLink :to="automationFunctionsRoute" :name="'Automate functions'" />
<HeaderNavLink
:separator="false"
:to="automationFunctionsRoute"
:name="'Automate functions'"
/>
</Portal>

<h1 class="text-heading-xl">Automate functions</h1>
Expand Down

0 comments on commit f82710f

Please sign in to comment.