Skip to content

Commit 1480215

Browse files
authored
Merge pull request #64 from AlvaroBrey/chore/remove-twitter
contact: remove twitter
2 parents f2c3857 + cda8e95 commit 1480215

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pages/contact.vue

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<script lang="ts">
1616
import Vue from 'vue'
17-
import { mdiEmail, mdiGithub, mdiLinkedin, mdiTwitter } from '@mdi/js'
17+
import { mdiEmail, mdiGithub, mdiLinkedin } from '@mdi/js'
1818
import BasicPage from '~/components/BasicPage.vue'
1919
import ContactItemDisplay from '~/components/contact/ContactItemDisplay.vue'
2020
@@ -35,11 +35,6 @@ const items: ContactItem[] = [
3535
icon: mdiGithub,
3636
link: 'https://github.com/alvarobrey'
3737
},
38-
{
39-
key: 'twitter',
40-
icon: mdiTwitter,
41-
link: 'https://twitter.com/AlvaroBrey_'
42-
},
4338
{
4439
key: 'mail',
4540
icon: mdiEmail,

0 commit comments

Comments
 (0)