2025.11.28.22.40
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import React from 'react';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { Badge } from '@/components/ui/badge';
|
||||
import Link from 'next/link';
|
||||
|
||||
@@ -38,8 +36,8 @@ export default function Sidebar({ tags }: SidebarProps) {
|
||||
<div key={i} className="group cursor-pointer">
|
||||
<div className="flex items-start gap-3">
|
||||
<span className={`text-2xl font-bold transition-colors ${i === 1 ? 'text-gray-900' :
|
||||
i === 2 ? 'text-gray-500' :
|
||||
'text-gray-300'
|
||||
i === 2 ? 'text-gray-500' :
|
||||
'text-gray-300'
|
||||
}`}>0{i}</span>
|
||||
<div>
|
||||
<h4 className="text-sm font-medium text-gray-900 group-hover:text-primary transition-colors line-clamp-2">
|
||||
|
||||
Reference in New Issue
Block a user