From 77edafd033bcd8cad04747b3cfb8ae73f2b2a1c8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 24 Apr 2021 18:12:16 +0200 Subject: added connect 4 beta announcement to pinned posts --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 279f1ad..5ceb6ff 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -9,7 +9,7 @@ import { PostsInfo } from './search'; import { useEffect, useState } from 'react'; // edit this to change the post displayed on the home page and the pinned posts -var posts = ['index', 'software']; +var posts = ['index', 'connect4', 'software']; export default function Home(props: { posts: Array<{ -- cgit v1.2.3