Give section badge pills a rhomboid shape
This commit is contained in:
@@ -54,7 +54,7 @@ export default function AboutContent({ locale, dict }: AboutContentProps) {
|
||||
<motion.span
|
||||
initial={{ opacity: 0, y: -8 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
className="mb-6 inline-flex items-center gap-2 rounded-full border border-purple-400/30 bg-purple-500/10 px-3.5 py-1.5 font-mono text-xs tracking-tight text-purple-300 backdrop-blur-md"
|
||||
className="mb-6 inline-flex items-center gap-2 rhomboid px-5 py-1.5 font-mono text-xs tracking-tight text-purple-300"
|
||||
>
|
||||
{t.badge}
|
||||
</motion.span>
|
||||
|
||||
Reference in New Issue
Block a user