diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-11-21 19:53:18 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-11-21 19:53:18 +0100 |
| commit | 5d5c23a47e0b80c57e2f321a46c398dac82eedf6 (patch) | |
| tree | 87180358a602c41ac908118a87ee7ba797d042b1 /src/lib/components/Main.svelte | |
| parent | ba940047eb099fc18315d4cafd55300995a76894 (diff) | |
| download | philw.dev-5d5c23a47e0b80c57e2f321a46c398dac82eedf6.tar.gz philw.dev-5d5c23a47e0b80c57e2f321a46c398dac82eedf6.zip | |
Diffstat (limited to '')
| -rw-r--r-- | src/lib/components/Main.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte index 5eec1bd..bab34f8 100644 --- a/src/lib/components/Main.svelte +++ b/src/lib/components/Main.svelte | |||
| @@ -33,11 +33,11 @@ | |||
| 33 | aria-label="email filip wandzio">contact@philw.dev</a | 33 | aria-label="email filip wandzio">contact@philw.dev</a |
| 34 | >, or find me in the [matrix] network: | 34 | >, or find me in the [matrix] network: |
| 35 | <a | 35 | <a |
| 36 | href="https://matrix.to/#/@philw:matrix.philw.dev" | 36 | href="https://matrix.to/#/@phlw:philw.dev" |
| 37 | target="_blank" | 37 | target="_blank" |
| 38 | rel="noopener noreferrer" | 38 | rel="noopener noreferrer" |
| 39 | aria-label="filip wandzio matrix account" | 39 | aria-label="filip wandzio matrix account" |
| 40 | >@philw:matrix.philw.dev</a | 40 | >@phlw:philw.dev</a |
| 41 | >. | 41 | >. |
| 42 | </p> | 42 | </p> |
| 43 | </section> | 43 | </section> |
