mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
fixed double thanks sub-title
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user