Update links

This commit is contained in:
Anand Bose 2025-01-09 20:28:33 +05:30
parent 435811967e
commit 777d07fd8e
Signed by: anandbose
GPG key ID: 69698042BA46B2B5
2 changed files with 4 additions and 4 deletions

View file

@ -33,17 +33,17 @@ val Links = listOf(
LinkData(
icon = Res.drawable.social_github,
title = "GitHub",
url = "https://github.com/anandbosedev",
url = "https://github.com/anand-bose",
),
LinkData(
icon = Res.drawable.social_mastodon,
title = "Mastodon",
url = "https://mastodon.social/@anandbosedev",
url = "https://mastodon.online/@anandbose",
),
LinkData(
icon = Res.drawable.social_bluesky,
title = "Bluesky",
url = "https://bsky.app/profile/anandbose.dev",
url = "https://bsky.app/profile/anandbose.bsky.social",
),
LinkData(
icon = Res.drawable.social_twitter,

View file

@ -8,6 +8,6 @@
<script type="application/javascript" src="composeApp.js"></script>
</head>
<body>
<a rel="me" href="https://mastodon.social/@anandbosedev" style="display:none">Mastodon</a>
<a rel="me" href="https://mastodon.online/@anandbose" style="display:none">Mastodon</a>
</body>
</html>