mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Update index.tsx
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user