diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-01 18:23:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-01 22:10:46 +0100 |
commit | 921dd28f7499e46d78bd39d9ac7630efc50b64e8 (patch) | |
tree | eea8dffb0db4cb8b7493fb56de0597c04848dd4f /templates | |
parent | 4b4dee731fbd24f986c0eb503516ac85301f37fd (diff) | |
download | garagehq.deuxfleurs.fr-921dd28f7499e46d78bd39d9ac7630efc50b64e8.tar.gz garagehq.deuxfleurs.fr-921dd28f7499e46d78bd39d9ac7630efc50b64e8.zip |
add blog post
Diffstat (limited to 'templates')
-rw-r--r-- | templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html index 43d786c..914c1a2 100644 --- a/templates/download.html +++ b/templates/download.html @@ -7,7 +7,7 @@ {% block content %} <section id="download-section" class="section"> <div class="relative w-full py-8 flex flex-col items-center justify-center bg-gray-50 shadow-sm"> - <h1 class="text-garage-orange font-bold text-2xl text-center">Download</h1> + <h1 class="text-garage-orange font-bold text-2xl text-center">Download Garage</h1> <div class="absolute -bottom-8 left-1/2 transform -translate-x-6 w-16 overflow-hidden inline-block"> <div class="h-8 w-8 bg-gradient-to-bl from-gray-50 via-gray-50 to-gray-100 -rotate-45 transform origin-top-left shadow"></div> </div> |