mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 07:49:17 +00:00
Update index.tsx
This commit is contained in:
parent
c7a0009d9a
commit
405b844c37
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user