Skip to content

Commit

Permalink
footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashura-code committed Jan 6, 2024
1 parent 58c76a3 commit d07cdca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions comps/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ const Footer: React.FC = () => {
width={40}
height={40}
/>
<span className="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">
<span className="self-center text-2xl font-semibold whitespace-nowrap text-white">
SourceGuide
</span>
</a>
<p className="text-lg text-gray-400 dark:text-gray-500">Open Source for All</p>
</div>
<div className="grid grid-cols-2 gap-8 sm:gap-6 sm:grid-cols-3">
<div className="text-center">
<h2 className="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">
<h2 className="mb-6 text-sm font-semibold text-gray-900 uppercase text-white">
Connect
</h2>
<ul className="text-gray-500 dark:text-gray-400 font-medium flex space-x-4 justify-center">
Expand Down Expand Up @@ -66,7 +66,7 @@ const Footer: React.FC = () => {
</ul>
</div>
<div>
<h2 className="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">
<h2 className="mb-6 text-sm font-semibold text-gray-900 uppercase text-white">
Explore
</h2>
<ul className="text-gray-500 dark:text-gray-400 font-medium">
Expand All @@ -93,7 +93,7 @@ const Footer: React.FC = () => {
</ul>
</div>
<div>
<h2 className="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">
<h2 className="mb-6 text-sm font-semibold uppercase text-white">
Legal
</h2>
<ul className="text-gray-500 dark:text-gray-400 font-medium">
Expand Down

0 comments on commit d07cdca

Please sign in to comment.