Skip to content

Commit 633eb2e

Browse files
committed
Fix color contrast accessibility on footer
1 parent d5eeb6d commit 633eb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ export const Home: FC = () => {
510510
</main>
511511
<footer>
512512
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 lg:max-w-7xl">
513-
<div className="border-t border-gray-200 py-8 text-sm text-gray-500 text-center sm:text-left">
513+
<div className="border-t border-gray-200 py-8 text-sm text-gray-600 text-center sm:text-left">
514514
<span className="block sm:inline">© 2021 Symptomizer.</span>{" "}
515515
<span className="block sm:inline">All rights reserved.</span>
516516
</div>

0 commit comments

Comments
 (0)