Skip to content

Commit

Permalink
Merge pull request #1937 from abizek/fix/double-issuer-name
Browse files Browse the repository at this point in the history
fix(template): double issuer name in chikorita certificates
  • Loading branch information
AmruthPillai authored Jun 4, 2024
2 parents 3f29ca3 + 0992726 commit ae64515
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/artboard/src/templates/chikorita.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,7 @@ const Certifications = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>

<div className="shrink-0 text-right">
<div className="font-bold">{item.date}</div>
</div>
</div>
Expand Down

0 comments on commit ae64515

Please sign in to comment.