We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54ea4b commit 0177235Copy full SHA for 0177235
src/components/CallToContribute/index.tsx
@@ -30,7 +30,7 @@ const DescriptionParagraph = ({ children }: ChildOnlyProp) => (
30
31
const CallToContribute = ({ editPath }: CallToContributeProps) => {
32
return (
33
- <aside className="mt-8 items-center rounded-md border border-b-4 border-primary border-b-primary bg-background-highlight">
+ <aside className="mt-8 items-center rounded-md border border-b-4 border-primary bg-background-highlight">
34
<ContentColumn>
35
<h2 className="mb-8 mt-0 p-1 font-monospace uppercase leading-xs">
36
<Translation id="page-developers-docs:page-calltocontribute-title" />
0 commit comments