mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-04 18:32:51 +00:00
Update index.tsx
This commit is contained in:
@@ -28,7 +28,7 @@ const CategoryView = () => {
|
|||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
{selectedCategory ? (
|
{selectedCategory ? (
|
||||||
<div>
|
<div>
|
||||||
<Button variant="primary" onClick={handleBackClick} className="mb-4">
|
<Button variant="default" onClick={handleBackClick} className="mb-4">
|
||||||
Back to Categories
|
Back to Categories
|
||||||
</Button>
|
</Button>
|
||||||
<h2 className="text-xl font-semibold mb-4">{selectedCategory.name}</h2>
|
<h2 className="text-xl font-semibold mb-4">{selectedCategory.name}</h2>
|
||||||
@@ -65,4 +65,4 @@ const CategoryView = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default CategoryView;
|
export default CategoryView;
|
||||||
|
|||||||
Reference in New Issue
Block a user