update workshop route name

This commit is contained in:
2023-04-17 19:38:41 +10:00
parent 2af1dcd24e
commit 983edc53d1
3 changed files with 4 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
<SMButton
type="primary"
size="medium"
:to="{ name: 'event-list' }"
:to="{ name: 'workshops' }"
label="Find Workshops" />
<label
id="sm-nav-toggle"
@@ -66,7 +66,7 @@ const menuItems = [
{
name: "workshops",
label: "Workshops",
to: { name: "event-list" },
to: { name: "workshops" },
},
{
name: "blog",

View File

@@ -62,9 +62,7 @@
<p>
We do not have a physical address as our workshops are delivered
across Queensland. Visit the
<router-link :to="{ name: 'event-list' }"
>workshops</router-link
>
<router-link :to="{ name: 'workshops' }">workshops</router-link>
page for each specific location.
</p>
<p>Official mail can be sent to the following postal address:</p>

View File

@@ -30,7 +30,7 @@
can use throughout their lives.
</p>
<SMButton
:to="{ name: 'event-list' }"
:to="{ name: 'workshops' }"
label="Explore Workshops" />
</SMColumn>
<SMColumn