diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-12 11:20:59 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-12 11:20:59 +0100 |
commit | 049dc482cfe364d70b26b27a5812ae5a7d410b8a (patch) | |
tree | f8f558a22813e91058760933819c841ca8ddee34 /templates/index.html | |
parent | 74d33bb9294d4a48360b792fe912684bf0db37ac (diff) | |
download | garagehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.tar.gz garagehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.zip |
remove survey links
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index 82bbf74..95c0a82 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,10 +29,6 @@ </a> </div> - <div class="pt-4"> - {% include "partials/shared/community_survey.html" %} - </div> - <div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-x-32 py-12"> <a href="{{config.base_url}}/documentation/connect/websites/" class="group flex flex-col items-center justify-center p-2"> <img src="{{ get_url(path='images/host.png') }}" class="transform group-hover:translate-y-2 transition duration-500"> |