refactor: ProjectCard sm button, left-border year matching ExperienceCard style
This commit is contained in:
@@ -36,7 +36,7 @@ export function ProjectCard({ title, year, description, tags, imageUrl }: Props)
|
||||
<CardSidebar
|
||||
sidebar={
|
||||
<div className="flex flex-col gap-4">
|
||||
<Badge>{year}</Badge>
|
||||
<p className="text-sm font-medium brutal-border-left pl-3">{year}</p>
|
||||
{tags.length > 0 && (
|
||||
<div className="flex flex-wrap gap-2">
|
||||
{tags.map((tag) => (
|
||||
@@ -46,7 +46,7 @@ export function ProjectCard({ title, year, description, tags, imageUrl }: Props)
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
<Button variant="primary" className="w-full">
|
||||
<Button variant="primary" size="sm" className="w-full">
|
||||
View Project
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user