From b62478bc56a221a065738b11d44dd18077f68073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 11 Jan 2023 16:08:52 -0500 Subject: [PATCH] chore: up themes, fix fontawesome order --- install/package.json | 8 ++++---- public/language/en-GB/social.json | 2 +- src/meta/css.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/install/package.json b/install/package.json index bf2c67a79c..24c623de81 100644 --- a/install/package.json +++ b/install/package.json @@ -99,10 +99,10 @@ "nodebb-plugin-mentions": "4.0.2", "nodebb-plugin-spam-be-gone": "2.0.4", "nodebb-rewards-essentials": "0.2.1", - "nodebb-theme-harmony": "0.0.1", - "nodebb-theme-lavender": "7.0.3", - "nodebb-theme-peace": "2.0.12", - "nodebb-theme-persona": "13.0.33", + "nodebb-theme-harmony": "0.0.2", + "nodebb-theme-lavender": "7.0.5", + "nodebb-theme-peace": "2.0.14", + "nodebb-theme-persona": "13.0.36", "nodebb-widget-essentials": "7.0.2", "nodemailer": "6.8.0", "nprogress": "0.2.0", diff --git a/public/language/en-GB/social.json b/public/language/en-GB/social.json index 25a01578da..7ebb50c0c7 100644 --- a/public/language/en-GB/social.json +++ b/public/language/en-GB/social.json @@ -5,6 +5,6 @@ "sign-up-with-github": "Sign up with Github", "sign-in-with-google": "Sign in with Google", "sign-up-with-google": "Sign up with Google", - "log-in-with-facebook": "Log in With Facebook", + "log-in-with-facebook": "Log in with Facebook", "continue-with-facebook": "Continue with Facebook" } \ No newline at end of file diff --git a/src/meta/css.js b/src/meta/css.js index 786caf7c14..2805496811 100644 --- a/src/meta/css.js +++ b/src/meta/css.js @@ -28,7 +28,6 @@ const buildImports = { return [ boostrapImport(themeData), - '@import "fontawesome";', '@import "@adactive/bootstrap-tagsinput/src/bootstrap-tagsinput";', '@import "generics";', source, @@ -117,6 +116,7 @@ function boostrapImport(themeData) { '@import "bootstrap/scss/utilities/api";', // scss-docs-end import-stack + '@import "fontawesome";', '@import "mixins";', // core mixins '@import "client";', // core page styles '@import "./theme";', // rest of the theme scss