change version von span to badge component
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user