mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-06-30 17:55:42 +02:00
printables -> downloads
This commit is contained in:
+1
-1
@@ -44,6 +44,7 @@ const contributeItems = [
|
||||
{ title: 'Submit Cameras', icon: 'mdi-map-marker-plus', to: '/report' },
|
||||
{ title: 'Public Records', icon: 'mdi-file-document', to: '/foia' },
|
||||
{ title: 'City Council', icon: 'mdi-account-voice', to: '/council' },
|
||||
{ title: 'Support Us', icon: 'mdi-cash-multiple', to: '/donate' },
|
||||
]
|
||||
|
||||
const metaItems = [
|
||||
@@ -51,7 +52,6 @@ const metaItems = [
|
||||
{ title: 'Local Groups', icon: 'mdi-account-group', to: '/groups' },
|
||||
{ title: 'Contact', icon: 'mdi-email-outline', to: '/contact' },
|
||||
{ title: 'GitHub', icon: 'mdi-github', href: 'https://github.com/frillweeman/deflock'},
|
||||
{ title: 'Support Us', icon: 'mdi-cash-multiple', to: '/donate'},
|
||||
];
|
||||
const drawer = ref(false)
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
class="mb-6"
|
||||
>
|
||||
<v-tab value="shop" prepend-icon="mdi-shopping">Shop</v-tab>
|
||||
<v-tab value="printables" prepend-icon="mdi-printer">Printables</v-tab>
|
||||
<v-tab value="printables" prepend-icon="mdi-download">Downloads</v-tab>
|
||||
</v-tabs>
|
||||
|
||||
<v-window v-model="activeTab" :touch="false">
|
||||
|
||||
Reference in New Issue
Block a user