From 405b844c3794f77112c73ed54d14a4084af31546 Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Thu, 23 Jan 2025 09:42:50 +0100
Subject: [PATCH] Update index.tsx

---
 frontend/src/app/category-view/index.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/src/app/category-view/index.tsx b/frontend/src/app/category-view/index.tsx
index 611c28a2c..edf62ac86 100644
--- a/frontend/src/app/category-view/index.tsx
+++ b/frontend/src/app/category-view/index.tsx
@@ -28,7 +28,7 @@ const CategoryView = () => {
     <div className="p-4">
       {selectedCategory ? (
         <div>
-          <Button variant="primary" onClick={handleBackClick} className="mb-4">
+          <Button variant="default" onClick={handleBackClick} className="mb-4">
             Back to Categories
           </Button>
           <h2 className="text-xl font-semibold mb-4">{selectedCategory.name}</h2>
@@ -65,4 +65,4 @@ const CategoryView = () => {
   );
 };
 
-export default CategoryView;
\ No newline at end of file
+export default CategoryView;