Add zrzutka and fix navbar whitespace
This commit is contained in:
parent
5938b39892
commit
52a3963d4c
@ -5,6 +5,7 @@ import { TempstreamJSX } from "tempstream";
|
|||||||
|
|
||||||
const icons = [
|
const icons = [
|
||||||
{ name: "mastodon", url: "https://mastodon.strona-czynna.pl/@czynna" },
|
{ 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: "peertube", url: "https://video.strona-czynna.pl/" },
|
||||||
{ name: "matrix", url: "https://matrix.to/#/#strona-czynna:matriks.chat" },
|
{ name: "matrix", url: "https://matrix.to/#/#strona-czynna:matriks.chat" },
|
||||||
{ name: "telegram", url: "https://t.me/+JQl6ryW3_Ho5MDY0" },
|
{ name: "telegram", url: "https://t.me/+JQl6ryW3_Ho5MDY0" },
|
||||||
@ -14,7 +15,7 @@ const icons = [
|
|||||||
{ name: "tiktok", url: "https://www.tiktok.com/@stronaczynna" },
|
{ name: "tiktok", url: "https://www.tiktok.com/@stronaczynna" },
|
||||||
{ name: "facebook", url: "https://www.facebook.com/czynna.strona" },
|
{ name: "facebook", url: "https://www.facebook.com/czynna.strona" },
|
||||||
{ name: "linkedin", url: "https://www.linkedin.com/company/strona-czynna/" },
|
{ 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) {
|
export default async function footer(ctx: Context) {
|
||||||
|
|||||||
@ -7,6 +7,7 @@ nav {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 24px;
|
||||||
|
|
||||||
ul.desktop-menu {
|
ul.desktop-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user