diff options
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> |