Skip to content

Commit eed66db

Browse files
committed
added bsky
1 parent bd7f5fa commit eed66db

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

website/public/bsky.svg

Lines changed: 1 addition & 0 deletions
Loading

website/src/components/Logo.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ const { title } = Astro.props
1111
><img src="/github.svg" alt="github" height="28" /></a
1212
>
1313
<a href="https://x.com/hyperknot" target="_blank"><img src="/x.svg" alt="x" height="28" /></a>
14+
<a href="https://bsky.app/profile/hyperknot.com" target="_blank"><img src="/bsky.svg" alt="bsky" height="28" /></a>
1415
</div>

website/src/content/index/before_donate.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ I'm Zsolt Ero ([blog](https://blog.hyperknot.com/), [email](mailto:zsolt@openfre
44

55
After 9 years of running my own map tile infrastructure for [MapHub](https://maphub.net/), I've open-sourced it and launched OpenFreeMap.
66

7-
X: [@hyperknot](https://x.com/hyperknot) (for details) \
8-
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements)
7+
X: [@hyperknot](https://x.com/hyperknot) (details) \
8+
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (announcements) \
9+
bsky: [@hyperknot.com](https://bsky.app/profile/hyperknot.com)
910

1011
GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)
1112

website/src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hr {
9292

9393
.icons {
9494
margin: 0 auto;
95-
width: 80px;
95+
width: 170px;
9696
display: flex;
9797
justify-content: space-between;
9898
}

0 commit comments

Comments
 (0)