cineclub-site/front/components/socials/instagram.vue

10 lines
192 B
Vue

<template>
<a
class="navbar-item network-item"
href="https://www.instagram.com/cineclubens/"
>
<v-icon scale="1.8" name="ri-instagram-fill" />
Instagram
</a>
</template>