Skip to content

Commit

Permalink
[Fix] Ko-fi account
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jan 4, 2024
1 parent 7c1ab9e commit fede016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/AboutSection.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { Github, Gitlab, Mail, Phone } from 'lucide-vue-next'
import { Github, Gitlab, Mail, Phone, Coffee } from 'lucide-vue-next'
import DevIcon from '~/components/DevIcon.vue'
</script>
<script>
Expand Down Expand Up @@ -135,6 +135,7 @@ export default defineComponent({
<a href="https://gitlab.com/camarm" target="_blank"><Gitlab /></a>
<a href="mailto:[email protected]"><Mail /></a>
<a href="tel:+33766760191"><Phone /></a>
<a href="https://ko-fi.com/camarm" target="_blank"><Coffee /></a>
<a href="https://dev.to/camarm" target="_blank"><DevIcon /></a>
</div>
</div>
Expand Down

0 comments on commit fede016

Please sign in to comment.