Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function Header() {
href="https://github.com/EddieHubCommunity?view_as=public#steps-to-get-started"
color="blue"
>
<span>
<span className="text-lg font-bold text-slate-900">
Get started <span className="hidden lg:inline">today</span>
</span>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/PrimaryFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function PrimaryFeatures() {
<H2 className="text-white md:text-5xl">
Here are some of our active GitHub repositories
</H2>
<p className="mt-6 text-lg tracking-tight text-primary-100">
<p className="mt-6 text-lg font-bold tracking-tight text-slate-900">
Everyone is welcome to come and contribute to our open source
projects.
</p>
Expand Down