formatting

This commit is contained in:
Akis 2022-08-08 08:20:29 +03:00
parent 610ad6d5c7
commit b7be7c5faa
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
4 changed files with 4 additions and 7 deletions

View File

@ -13,8 +13,7 @@
openGraph={{
url: "https://projectsegfau.lt/",
title: "Project Segfault",
description:
"Open source development and hosted services.",
description: "Open source development and hosted services.",
images: [
{
url: "/ProjectSegfault_Desktop_16-9.png",

View File

@ -43,4 +43,4 @@ _You can find all of our financial reports on [our transparency repository on Gi
}
}
</style>
</style>

View File

@ -6,8 +6,7 @@
import IconTriangleExclamation from "~icons/fa6-solid/triangle-exclamation";
import dayjs from "dayjs";
let description: string =
"Open source development and hosted services.";
let description: string = "Open source development and hosted services.";
let announcements: any = [];
async function fetchAnnouncements() {

View File

@ -26,8 +26,7 @@
title={item.name}
description={item.description}
icon={item.icon}
>
</CardInner>
/>
</a>
{/each}
</div>