Skip to content

Commit 0177235

Browse files
committed
Correct className
1 parent f54ea4b commit 0177235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CallToContribute/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const DescriptionParagraph = ({ children }: ChildOnlyProp) => (
3030

3131
const CallToContribute = ({ editPath }: CallToContributeProps) => {
3232
return (
33-
<aside className="mt-8 items-center rounded-md border border-b-4 border-primary border-b-primary bg-background-highlight">
33+
<aside className="mt-8 items-center rounded-md border border-b-4 border-primary bg-background-highlight">
3434
<ContentColumn>
3535
<h2 className="mb-8 mt-0 p-1 font-monospace uppercase leading-xs">
3636
<Translation id="page-developers-docs:page-calltocontribute-title" />

0 commit comments

Comments
 (0)