mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 01:22:25 +05:30
formatting
This commit is contained in:
parent
610ad6d5c7
commit
b7be7c5faa
@ -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",
|
||||
|
@ -43,4 +43,4 @@ _You can find all of our financial reports on [our transparency repository on Gi
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
@ -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() {
|
||||
|
@ -26,8 +26,7 @@
|
||||
title={item.name}
|
||||
description={item.description}
|
||||
icon={item.icon}
|
||||
>
|
||||
</CardInner>
|
||||
/>
|
||||
</a>
|
||||
{/each}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user