forked from ProjectSegfault/website
		
	formatting
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user