replaced google icon

This commit is contained in:
Čarodej
2022-04-07 14:48:42 +02:00
parent 596fa5f95c
commit 03d78937dc
17 changed files with 52 additions and 29 deletions

View File

@@ -12,12 +12,13 @@
</div>
<div v-if="config.allowedGoogleLogin" class="mx-5 cursor-pointer">
<span @click="socialiteRedirect('google')" class="text-3xl font-semibold">G</span>
<google-icon @click="socialiteRedirect('google')" class="vue-feather"/>
</div>
</div>
</template>
<script>
import GoogleIcon from "../Icons/GoogleIcon";
import { FacebookIcon, GithubIcon } from 'vue-feather-icons'
import { mapGetters } from 'vuex'
@@ -25,6 +26,7 @@ export default {
name: 'SocialiteAuthenticationButtons',
components: {
FacebookIcon,
GoogleIcon,
GithubIcon,
},
computed: {