feat(frontend): remove creators guide
This commit is contained in:
@@ -80,11 +80,6 @@ const routes = [
|
|||||||
name: 'FAQ',
|
name: 'FAQ',
|
||||||
component: FAQ,
|
component: FAQ,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: 'guideforcreators',
|
|
||||||
name: 'guideforcreators',
|
|
||||||
component: CreatorGuide,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'about',
|
path: 'about',
|
||||||
name: 'about',
|
name: 'about',
|
||||||
|
|||||||
@@ -32,10 +32,6 @@ const { t } = useI18n();
|
|||||||
class="link">
|
class="link">
|
||||||
{{ t('footer.faq') }}
|
{{ t('footer.faq') }}
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link to="/documents/guideforcreators"
|
|
||||||
class="link">
|
|
||||||
{{ t('footer.creatorguide') }}
|
|
||||||
</router-link>
|
|
||||||
<router-link to="/documents/termsandconditions"
|
<router-link to="/documents/termsandconditions"
|
||||||
class="link">
|
class="link">
|
||||||
{{ t('footer.termsandconditions') }}
|
{{ t('footer.termsandconditions') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user