diff options
author | Alex <alex@adnab.me> | 2022-02-08 15:49:31 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-02-08 15:49:31 +0100 |
commit | c15d41fc724cc516c470f9af4bb850ede9f877ef (patch) | |
tree | 5b53449f521cbe8e8ec20cbe1a12c3795c225d68 /templates/index.html | |
parent | dbe7738da3caa7b0d6725add57cb330a19e3d50c (diff) | |
parent | 58fecb83da4bf3a0a9a962c4f677005c30b09452 (diff) | |
download | garagehq.deuxfleurs.fr-c15d41fc724cc516c470f9af4bb850ede9f877ef.tar.gz garagehq.deuxfleurs.fr-c15d41fc724cc516c470f9af4bb850ede9f877ef.zip |
Merge pull request 'Fix bogus HTML' (#1) from fixfixfix into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/1
Diffstat (limited to 'templates/index.html')
-rwxr-xr-x | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index efe05aa..9b292e7 100755 --- a/templates/index.html +++ b/templates/index.html @@ -209,7 +209,7 @@ </div> </div> - <div class="w-full flex flex-col items-center justify-center shadow-inner"></div> + <div class="w-full flex flex-col items-center justify-center shadow-inner"> <div class="px-8 py-24 space-y-8 text-garage-gray max-w-4xl mx-auto"> <h2 class="text-2xl text-garage-orange font-semibold">Sponsors and funding</h2> <p>The <a class="text-garage-orange underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a> |