mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Update page.tsx
This commit is contained in:
parent
a3979001fe
commit
08ab210f12
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const CategoryView = () => {
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-lg font-bold mb-1">{category.name}</h3>
|
<h3 className="text-lg font-bold mb-1">{category.name}</h3>
|
||||||
<p className="text-sm text-gray-500 text-center">
|
<p className="text-sm text-gray-500 text-center">
|
||||||
{category.description || "No description available."}
|
{(category as any).description || "No description available."}
|
||||||
</p>
|
</p>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue