Update links
This commit is contained in:
parent
435811967e
commit
777d07fd8e
2 changed files with 4 additions and 4 deletions
|
@ -33,17 +33,17 @@ val Links = listOf(
|
||||||
LinkData(
|
LinkData(
|
||||||
icon = Res.drawable.social_github,
|
icon = Res.drawable.social_github,
|
||||||
title = "GitHub",
|
title = "GitHub",
|
||||||
url = "https://github.com/anandbosedev",
|
url = "https://github.com/anand-bose",
|
||||||
),
|
),
|
||||||
LinkData(
|
LinkData(
|
||||||
icon = Res.drawable.social_mastodon,
|
icon = Res.drawable.social_mastodon,
|
||||||
title = "Mastodon",
|
title = "Mastodon",
|
||||||
url = "https://mastodon.social/@anandbosedev",
|
url = "https://mastodon.online/@anandbose",
|
||||||
),
|
),
|
||||||
LinkData(
|
LinkData(
|
||||||
icon = Res.drawable.social_bluesky,
|
icon = Res.drawable.social_bluesky,
|
||||||
title = "Bluesky",
|
title = "Bluesky",
|
||||||
url = "https://bsky.app/profile/anandbose.dev",
|
url = "https://bsky.app/profile/anandbose.bsky.social",
|
||||||
),
|
),
|
||||||
LinkData(
|
LinkData(
|
||||||
icon = Res.drawable.social_twitter,
|
icon = Res.drawable.social_twitter,
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
<script type="application/javascript" src="composeApp.js"></script>
|
<script type="application/javascript" src="composeApp.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue