Merge pull request #44 from TheRealOwenRees/hotfix/about

fixed double thanks sub-title
This commit is contained in:
Owen Rees
2023-07-03 20:58:31 +02:00
committed by GitHub
3 changed files with 0 additions and 7 deletions
-2
View File
@@ -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
-3
View File
@@ -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