summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/RegistrationModule.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/RegistrationModule.vue')
-rw-r--r--webapp/src/components/RegistrationModule.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/RegistrationModule.vue b/webapp/src/components/RegistrationModule.vue
index 61e5583..aedd53e 100644
--- a/webapp/src/components/RegistrationModule.vue
+++ b/webapp/src/components/RegistrationModule.vue
@@ -17,7 +17,7 @@
<v-flex class="tabs-wrapper" xl10 offset-xl1 lg12>
<v-card class="tabbar-card">
<v-tabs v-model="tabs" centered :dark="tabsDark" :color="tabsColor" :slider-color="tabsSliderColor">
- <v-tab>{{ $t('hooks') }}</v-tab>
+ <v-tab><v-icon class="tabbar-tabicon">extension</v-icon>{{ $t('hooks') }}</v-tab>
</v-tabs>
</v-card>
<v-tabs-items v-model="tabs" style="padding-bottom: 20px">