Skip to content

Commit 1e9f515

Browse files
marcoaciernoclaude
andauthored
Remove quote marks and styling from badge tagline (#4630)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent cdd2e2d commit 1e9f515

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

frontend/src/components/badge/index.tsx

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -156,27 +156,7 @@ export const Badge = ({
156156
}}
157157
className="!text-[13px] [&>span]:text-[13px] badge-tagline"
158158
>
159-
<Balancer>
160-
<span
161-
style={{
162-
color: BADGE_TYPE_TO_COLOR[role],
163-
opacity: tagline ? 1 : 0,
164-
}}
165-
className="badge-tagline-quote"
166-
>
167-
168-
</span>
169-
{tagline.substring(0, 250)}
170-
<span
171-
style={{
172-
color: BADGE_TYPE_TO_COLOR[role],
173-
opacity: tagline ? 1 : 0,
174-
}}
175-
className="badge-tagline-quote"
176-
>
177-
178-
</span>
179-
</Balancer>
159+
<Balancer>{tagline.substring(0, 250)}</Balancer>
180160
</div>
181161
</div>
182162
<div

frontend/src/global.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,3 @@ body:has(.brochure-page) {
6060
.badge-tower-right {
6161
transform: translate(5%, 60px);
6262
}
63-
.badge-tagline-quote {
64-
font-weight: 400;
65-
}

0 commit comments

Comments
 (0)