diff --git a/shared/templates/shared/includes/base.html b/shared/templates/shared/includes/base.html index c8d20bbc87eb8fa88120ef3178dd85f7e20422d5..9531e126bdafc3616da382020a4e9d30f2a607f7 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>