mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-01 14:51:50 +00:00
Update index.tsx
This commit is contained in:
parent
c7a0009d9a
commit
405b844c37
@ -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;
|
||||
export default CategoryView;
|
||||
|
Loading…
x
Reference in New Issue
Block a user