mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
fixed double thanks sub-title
This commit is contained in:
@@ -12,9 +12,7 @@ DESIGN CHANGES
|
|||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
LOGIC
|
LOGIC
|
||||||
//TODO error handling - check everything, wrap in try/catch or use library to handle, log errors
|
//TODO error handling - check everything, wrap in try/catch or use library to handle, log errors
|
||||||
//TODO consider offering GraphQL support
|
|
||||||
|
|
||||||
MISC
|
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
|
//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")}
|
{t("thanksTitle")}
|
||||||
</h3>
|
</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">
|
<ul className="mb-4 text-center text-teal-600">
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://github.com/AlvaroNW" target="_blank">
|
<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