diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-04-24 18:12:16 +0200 | 
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-04-24 18:12:16 +0200 | 
| commit | 77edafd033bcd8cad04747b3cfb8ae73f2b2a1c8 (patch) | |
| tree | 7fc2312ac0eaab657db6a78a4a60908f63bd5f05 | |
| parent | 4dcc318e9d9cf4d3412beb713affd298509e093f (diff) | |
added connect 4 beta announcement to pinned posts
| -rw-r--r-- | pages/index.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
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<{  |