Browse Source

fixed having duplicate tailwind classes in pages/blog (#4872)

main
Joel Mathew Koshy 2 years ago
committed by GitHub
parent
commit
318981f9cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/pages/blog/index.tsx

2
beta/src/pages/blog/index.tsx

@ -33,7 +33,7 @@ export default function RecentPosts() {
RSS
</a>
</div>
<p className="text-primary dark:text-primary-dark text-xl text-primary dark:text-primary-dark leading-large">
<p className="text-primary dark:text-primary-dark text-xl leading-large">
Offical React.js news, announcements, and release notes.
</p>
</header>

Loading…
Cancel
Save