Skip to content

Commit

Permalink
[style]: align footer text #504
Browse files Browse the repository at this point in the history
* fixes alignment issue in footer

* changed footer flex direction to column

---------

Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
ritik48 and priyankarpal authored May 22, 2023
1 parent ed06c37 commit 988c58d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ export default function Footer() {
</div>

<div
className="pt-8 mt-16 border-t flex gap-3 border-gray-100 dark:border-gray-800 justify-center lg:mt-24"
className="pt-8 mt-16 border-t flex flex-col gap-3 border-gray-100 dark:border-gray-800 justify-center lg:mt-24"
style={{ borderColor: theme.color }}
>
<a
href="https://github.com/priyankarpal/ProjectsHut/blob/main/LICENSE"
target="_blank"
className="text-white"
className="text-white text-center"
style={{ color: theme.color }}
>
Under MIT License
</a>
<p className="max-w-md mx-auto mt-4 text-gray-400">
<p className="max-w-md mx-auto text-gray-400 text-center">
Copyright &copy; {getCurrentYear()} by ProjectsHut. All right reserved.
</p>
</div>
Expand Down

1 comment on commit 988c58d

@vercel
Copy link

@vercel vercel bot commented on 988c58d May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 4 minutes (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.