From 24e4dca54cb6ec298f125b81997011808621120f Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 3 Dec 2024 15:01:16 +0000 Subject: [PATCH] chore: revert style changes --- themes/article/app/components/ArticlePageAndNavigation.tsx | 4 ++-- themes/book/.eslintrc.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/article/app/components/ArticlePageAndNavigation.tsx b/themes/article/app/components/ArticlePageAndNavigation.tsx index bf0e944b5..50564027e 100644 --- a/themes/article/app/components/ArticlePageAndNavigation.tsx +++ b/themes/article/app/components/ArticlePageAndNavigation.tsx @@ -6,9 +6,9 @@ export function ArticlePageAndNavigation({ children }: { children: React.ReactNo -
+
-
+
{children}
diff --git a/themes/book/.eslintrc.js b/themes/book/.eslintrc.js index f2faf1470..2061cd226 100644 --- a/themes/book/.eslintrc.js +++ b/themes/book/.eslintrc.js @@ -1,4 +1,4 @@ /** @type {import('eslint').Linter.Config} */ module.exports = { - extends: ['@remix-run/eslint-config', '@remix-run/eslint-config/node'], + extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"], };