mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
add donation link to index page
This commit is contained in:
parent
0745434d6f
commit
c640bc5dfe
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
import { onMount } from 'svelte'
|
||||
import GitHubIcon from '$lib/Icon/GitHub.svelte'
|
||||
import MatrixIcon from '$lib/Icon/Matrix.svelte'
|
||||
import KofiIcon from '$lib/Icon/Kofi.svelte'
|
||||
import ButtonRow from '$lib/ButtonRow.svelte'
|
||||
import IconButtonRow from '$lib/IconButtonRow.svelte'
|
||||
|
||||
|
@ -28,6 +29,7 @@
|
|||
<IconButtonRow>
|
||||
<a href="//github.com/mat-1"><GitHubIcon /></a>
|
||||
<a href="//matrix.to/#/@mat:matdoes.dev"><MatrixIcon /></a>
|
||||
<a href="//ko-fi.com/matdoesdev"><KofiIcon /></a>
|
||||
</IconButtonRow>
|
||||
|
||||
<p>I'm mat, I do full-stack software development.</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue