update workshop route name
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
can use throughout their lives.
|
||||
</p>
|
||||
<SMButton
|
||||
:to="{ name: 'event-list' }"
|
||||
:to="{ name: 'workshops' }"
|
||||
label="Explore Workshops" />
|
||||
</SMColumn>
|
||||
<SMColumn
|
||||
|
||||
Reference in New Issue
Block a user