From 4f926208754fd1f14d5aa0011f56590aa3e74b6c Mon Sep 17 00:00:00 2001 From: Barunes Padhy Date: Sat, 8 Jun 2024 14:37:45 +0300 Subject: [PATCH] Fix back buttons --- frontend/src/components/editable/blog-list.jsx | 2 +- frontend/src/components/editable/blog.jsx | 2 +- frontend/src/components/editable/category-list.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/editable/blog-list.jsx b/frontend/src/components/editable/blog-list.jsx index b6273d0..37647da 100755 --- a/frontend/src/components/editable/blog-list.jsx +++ b/frontend/src/components/editable/blog-list.jsx @@ -91,7 +91,7 @@ function BlogList(props) { if (GlobalTheme && ThemeConfig) { return ( - + diff --git a/frontend/src/components/editable/blog.jsx b/frontend/src/components/editable/blog.jsx index a486617..95492f2 100755 --- a/frontend/src/components/editable/blog.jsx +++ b/frontend/src/components/editable/blog.jsx @@ -102,7 +102,7 @@ function Blog(props) { - + diff --git a/frontend/src/components/editable/category-list.jsx b/frontend/src/components/editable/category-list.jsx index 3b99887..9d65566 100755 --- a/frontend/src/components/editable/category-list.jsx +++ b/frontend/src/components/editable/category-list.jsx @@ -106,7 +106,7 @@ function Blogs(props) { if (GlobalTheme && ThemeConfig) { return ( - +