diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 13:14:00 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 13:14:00 +0100 |
| commit | 9f942784a1ee36b4cef4a23883e97e31534321e5 (patch) | |
| tree | f4bc52d660b7e40e006e170fa174006e29c47d17 /index.html | |
| parent | fix: wrapped socials row on desktop screens (diff) | |
| download | pml68.dev-9f942784a1ee36b4cef4a23883e97e31534321e5.tar.gz | |
feat: remove Telegram from socials
Diffstat (limited to '')
| -rw-r--r-- | index.html | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -24,24 +24,19 @@ B57D24D24689941074DB550ADA2322CFD52418EE </a> <div class="socials"> - <a href="https://github.com/pml68" class="icon" target="_blank" aria-label="GitHub"> - <svg class="social-icon" viewbox="0 0 512 512"> - <use href="/assets/github.svg#github"></use> - </svg> - </a> <a href="https://sr.ht/~pml68" class="icon" target="_blank" aria-label="Sourcehut"> <svg class="social-icon" viewbox="0 0 512 512"> <use href="/assets/sourcehut.svg#sourcehut"></use> </svg> </a> - <a href="https://dev.to/pml68" class="icon" target="_blank" aria-label="DEV.to"> + <a href="https://github.com/pml68" class="icon" target="_blank" aria-label="GitHub"> <svg class="social-icon" viewbox="0 0 512 512"> - <use href="/assets/dev.svg#dev"></use> + <use href="/assets/github.svg#github"></use> </svg> </a> - <a href="https://t.me/pml68_1" class="icon" target="_blank" aria-label="Telegram"> + <a href="https://dev.to/pml68" class="icon" target="_blank" aria-label="DEV.to"> <svg class="social-icon" viewbox="0 0 512 512"> - <use href="/assets/telegram.svg#telegram"></use> + <use href="/assets/dev.svg#dev"></use> </svg> </a> <a href="mailto:contact@pml68.dev" class="icon" target="_blank" aria-label="Email"> |
