Add zrzutka and fix navbar whitespace

This commit is contained in:
Kuba Orlik 2026-08-26 22:10:15 +02:00
parent 5938b39892
commit 52a3963d4c
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ import { TempstreamJSX } from "tempstream";
const icons = [
{ name: "mastodon", url: "https://mastodon.strona-czynna.pl/@czynna" },
{ name: "mobilizon", url: "https://wydarzenia.strona-czynna.pl/" },
{ name: "peertube", url: "https://video.strona-czynna.pl/" },
{ name: "matrix", url: "https://matrix.to/#/#strona-czynna:matriks.chat" },
{ name: "telegram", url: "https://t.me/+JQl6ryW3_Ho5MDY0" },
@ -14,7 +15,7 @@ const icons = [
{ name: "tiktok", url: "https://www.tiktok.com/@stronaczynna" },
{ name: "facebook", url: "https://www.facebook.com/czynna.strona" },
{ name: "linkedin", url: "https://www.linkedin.com/company/strona-czynna/" },
{ name: "zrzutka", url: "https://zrzutka.pl/z/strona-czynna" },
{ name: "zrzutka", url: "https://zrzutka.pl/z/strona_czynna" },
];
export default async function footer(ctx: Context) {

View File

@ -7,6 +7,7 @@ nav {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-top: 24px;
ul.desktop-menu {
display: flex;