1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 16:51:52 +00:00

Update page.tsx

This commit is contained in:
CanbiZ 2025-01-27 13:33:58 +01:00 committed by GitHub
parent 5dc1a7d219
commit 7e1fb858d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ const CategoryView = () => {
</div> </div>
<h3 className="text-xl font-bold mb-2">{category.name}</h3> <h3 className="text-xl font-bold mb-2">{category.name}</h3>
<p className="text-sm text-gray-400 text-center"> <p className="text-sm text-gray-400 text-center">
{category.description || "No description available."} {(category as any).description || "No description available."}
</p> </p>
</CardContent> </CardContent>
</Card> </Card>