mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Update index.tsx
This commit is contained in:
parent
c7a0009d9a
commit
405b844c37
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue