forked from ProjectSegfault/website
formatting
This commit is contained in:
parent
610ad6d5c7
commit
b7be7c5faa
@ -13,8 +13,7 @@
|
|||||||
openGraph={{
|
openGraph={{
|
||||||
url: "https://projectsegfau.lt/",
|
url: "https://projectsegfau.lt/",
|
||||||
title: "Project Segfault",
|
title: "Project Segfault",
|
||||||
description:
|
description: "Open source development and hosted services.",
|
||||||
"Open source development and hosted services.",
|
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/ProjectSegfault_Desktop_16-9.png",
|
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 IconTriangleExclamation from "~icons/fa6-solid/triangle-exclamation";
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
|
|
||||||
let description: string =
|
let description: string = "Open source development and hosted services.";
|
||||||
"Open source development and hosted services.";
|
|
||||||
|
|
||||||
let announcements: any = [];
|
let announcements: any = [];
|
||||||
async function fetchAnnouncements() {
|
async function fetchAnnouncements() {
|
||||||
|
@ -26,8 +26,7 @@
|
|||||||
title={item.name}
|
title={item.name}
|
||||||
description={item.description}
|
description={item.description}
|
||||||
icon={item.icon}
|
icon={item.icon}
|
||||||
>
|
/>
|
||||||
</CardInner>
|
|
||||||
</a>
|
</a>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user