fixed double thanks sub-title

This commit is contained in:
Owen Rees
2023-07-03 20:55:56 +02:00
parent c5a1503684
commit 3e72a01127
3 changed files with 0 additions and 7 deletions
-2
View File
@@ -12,9 +12,7 @@ DESIGN CHANGES
----------------------------------------------------------------
LOGIC
//TODO error handling - check everything, wrap in try/catch or use library to handle, log errors
//TODO consider offering GraphQL support
MISC
----------------------------------------------------------------
//TODO multi-language i18n support - https://nextjs.org/docs/app/building-your-application/routing/internationalization
//TODO move smaller ui components into a new folder, and make them reusable - such as using generic prop names
-3
View File
@@ -37,9 +37,6 @@ export default function About() {
>
{t("thanksTitle")}
</h3>
<p className="mb-4 text-center font-light text-gray-500 dark:text-gray-400 md:text-xl">
{t("thanksTitle")}
</p>
<ul className="mb-4 text-center text-teal-600">
<li>
<Link href="https://github.com/AlvaroNW" target="_blank">
@@ -1,2 +0,0 @@
GET http://localhost:3000/api/v1/tournaments/france
Accept: application/json