From c219e7d5a875dfad23d3074f67d0169f00ae85ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Wed, 31 May 2023 18:50:39 +0200 Subject: [PATCH] use 2.12 styleguide for now --- shared/templates/shared/includes/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/templates/shared/includes/base.html b/shared/templates/shared/includes/base.html index c8d20bb..9531e12 100644 --- a/shared/templates/shared/includes/base.html +++ b/shared/templates/shared/includes/base.html @@ -38,12 +38,12 @@ <!-- TODO: Replace with 2.13.x once released --> <link - href="https://styleguide.pirati.cz/2.13.x/css/styles.css" + href="https://styleguide.pirati.cz/2.12.x/css/styles.css" rel="stylesheet" media="all" > <link - href="https://styleguide.pirati.cz/2.13.x/css/pattern-scaffolding.css" + href="https://styleguide.pirati.cz/2.12.x/css/pattern-scaffolding.css" rel="stylesheet" media="all" > @@ -214,7 +214,7 @@ </footer> <script - src="https://styleguide.pirati.cz/2.13.x/js/main.bundle.js" + src="https://styleguide.pirati.cz/2.12.x/js/main.bundle.js" ></script> </body> </html> -- GitLab