豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9ded83d

Browse files
feat: improve accessibility of the project (#313)
1 parent dfad7d9 commit 9ded83d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function Header() {
116116
href="https://github.com/EddieHubCommunity?view_as=public#steps-to-get-started"
117117
color="blue"
118118
>
119-
<span>
119+
<span className="text-lg font-bold text-slate-900">
120120
Get started <span className="hidden lg:inline">today</span>
121121
</span>
122122
</Button>

src/components/PrimaryFeatures.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function PrimaryFeatures() {
6666
<H2 className="text-white md:text-5xl">
6767
Here are some of our active GitHub repositories
6868
</H2>
69-
<p className="mt-6 text-lg tracking-tight text-primary-100">
69+
<p className="mt-6 text-lg font-bold tracking-tight text-slate-900">
7070
Everyone is welcome to come and contribute to our open source
7171
projects.
7272
</p>

0 commit comments

Comments
 (0)