M src/codegouvfr/core.cljs => src/codegouvfr/core.cljs +1 -7
@@ 2038,13 2038,7 @@
{:href "#/stats"
:title (i/i lang [:stats-expand])}
(i/i lang [:Stats])]]
- [:div.fr-card__desc (i/i lang [:home-stats-desc])]]]]
- [:div.fr-col-6.fr-p-2w
- [:div.fr-card.fr-enlarge-link
- [:div.fr-card__body
- [:div.fr-card__title
- [:a.fr-card__link {:href "/mission"} (i/i lang [:About])]]
- [:div.fr-card__desc (i/i lang [:home-about-desc])]]]]]])
+ [:div.fr-card__desc (i/i lang [:home-stats-desc])]]]]]])
(defn main-page [q license language]
(let [lang @(re-frame/subscribe [:lang?])
M src/codegouvfr/i18n.cljs => src/codegouvfr/i18n.cljs +0 -2
@@ 72,7 72,6 @@
:go-to-repos "Voir les dépôts"
:go-to-website "Visiter le site web"
:home "Accueil"
- :home-about-desc "Pourquoi ce site ? Comment est-il fabriqué ? Où télécharger les données ? Comment contribuer ?"
:home-deps-desc "Quelles sont les bibliothèques de code les plus utilisées ?"
:home-libs-desc "Quelles sont les bibliothèques de code publiées à partir des organisations référencées sur ce site ?"
:home-orgas-desc "Quelles sont les organisations qui publient des codes sources ?"
@@ 255,7 254,6 @@
:go-to-repos "Go to the repositories"
:go-to-website "Go to website"
:home "Home"
- :home-about-desc "Why this website? How is it built? Where are the data? How to contribute?"
:home-deps-desc "What libraries are frequently used by all the repositories?"
:home-libs-desc "What libraries are published from organizations referenced on this website?"
:home-orgas-desc "What organizations are publishing source code"