diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index faedeb53..40063a4c 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -22,7 +22,7 @@ </NuxtLink> </template> <template v-else> - <button btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()"> + <button md-hidden btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()"> Sign in </button> </template>