change version von span to badge component

This commit is contained in:
2026-01-30 22:20:18 +01:00
parent a13c40bfc1
commit f26dee782c
3 changed files with 96 additions and 24 deletions

View File

@@ -2,6 +2,7 @@
import ModuleCard from "@/components/ModuleCard";
import StatCard from "@/components/StatCard";
import { Badge } from "@/components/ui/badge";
import { ModuleCategory } from "@/lib/types/dashboard";
import {
BookOpen,
@@ -176,9 +177,9 @@ const Dashboard: React.FC = () => {
</p>
</div>
<div className="flex space-x-3">
<span className="bg-primary/10 text-primary whitespace-nowrap rounded-full px-3 py-1 text-sm font-medium">
<Badge variant="secondary" className="px-2.5 py-0.5 text-sm">
v2.4.0 Live
</span>
</Badge>
</div>
</div>