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 d5eeb6d commit 633eb2eCopy full SHA for 633eb2e
src/pages/Home.tsx
@@ -510,7 +510,7 @@ export const Home: FC = () => {
510
</main>
511
<footer>
512
<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">
+ <div className="border-t border-gray-200 py-8 text-sm text-gray-600 text-center sm:text-left">
514
<span className="block sm:inline">© 2021 Symptomizer.</span>{" "}
515
<span className="block sm:inline">All rights reserved.</span>
516
</div>
0 commit comments