mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
@@ -2,7 +2,6 @@ import { useTranslations } from "next-intl";
|
|||||||
|
|
||||||
import ContactForm from "./ContactForm";
|
import ContactForm from "./ContactForm";
|
||||||
|
|
||||||
// TODO fix page sizing
|
|
||||||
export default function Contact() {
|
export default function Contact() {
|
||||||
const t = useTranslations("Contact");
|
const t = useTranslations("Contact");
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default function About() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<header className="mb-16 grid place-items-center bg-white dark:bg-gray-800">
|
<header className="mb-16 grid place-items-center bg-white dark:bg-gray-800">
|
||||||
<div className="h-full max-w-5xl bg-white px-4 pt-8 dark:bg-gray-800">
|
<div className="h-full max-w-5xl bg-white px-4 pt-8 lg:pt-16 dark:bg-gray-800">
|
||||||
<h2
|
<h2
|
||||||
className="mb-8 text-center text-4xl font-extrabold tracking-tight text-gray-900 dark:text-white"
|
className="mb-8 text-center text-4xl font-extrabold tracking-tight text-gray-900 dark:text-white"
|
||||||
data-test="header2"
|
data-test="header2"
|
||||||
@@ -35,6 +35,11 @@ export default function About() {
|
|||||||
{t("thanksTitle")}
|
{t("thanksTitle")}
|
||||||
</h3>
|
</h3>
|
||||||
<ul className="mb-4 text-center text-teal-600">
|
<ul className="mb-4 text-center text-teal-600">
|
||||||
|
<li>
|
||||||
|
<Link href="https://github.com/timothyarmes" target="_blank">
|
||||||
|
timothyarmes
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://github.com/AlvaroNW" target="_blank">
|
<Link href="https://github.com/AlvaroNW" target="_blank">
|
||||||
AlvaroNW
|
AlvaroNW
|
||||||
|
|||||||
Reference in New Issue
Block a user