From 89a8278dbe53d708cc206611e80dcdbc02568821 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 10 Dec 2022 03:00:40 +0100 Subject: [PATCH] Changed naming from LinkList to EntryList --- pages/games.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/games.tsx b/pages/games.tsx index 17ce412..67577c9 100644 --- a/pages/games.tsx +++ b/pages/games.tsx @@ -3,9 +3,9 @@ import Link from 'next/link' import styles from '/styles/Home.module.css' import fsPromises from 'fs/promises' import path from 'path' -import type { CustomLink, LinkList } from '../interfaces/LinkTypes' +import type { CustomLink, EntryList } from '../interfaces/LinkTypes' -function Servers(props: LinkList) { +function Servers(props: EntryList) { const serverList = props.games return ( <>