Skip to content

Commit

Permalink
Merge pull request #683 from trace2798/invalid_link
Browse files Browse the repository at this point in the history
added correct link
  • Loading branch information
iamvishnusankar authored Aug 9, 2023
2 parents 7f8a9a8 + 37da19d commit acd9232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/app/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const Footer = () => {
return (
<>
<div className="bg-neutral-200 dark:bg-slate-900 flex flex-col md:flex-row md:justify-evenly items-center p-3 border-t border-slate-300 dark:border-slate-700 text-sm font-ranadeLight">
<div className="flex flex-row max-md:flex-col items-center">
<p className=" px-2">
<div className="flex flex-col items-center p-3 text-sm border-t bg-neutral-200 dark:bg-slate-900 md:flex-row md:justify-evenly border-slate-300 dark:border-slate-700 font-ranadeLight">
<div className="flex flex-row items-center max-md:flex-col">
<p className="px-2 ">
Created by:&nbsp;
<a
href="https://github.com/iamvishnusankar/next-sitemap/graphs/contributors"
Expand All @@ -14,7 +14,7 @@ const Footer = () => {
Vishnu Sankar & Contributors.&nbsp;
</a>
</p>
<p className=" max-md:my-2 px-2">
<p className="px-2 max-md:my-2">
Font From:&nbsp;
<a
href="https://www.fontshare.com/"
Expand All @@ -26,9 +26,9 @@ const Footer = () => {
</a>
</p>
</div>
<div className=" flex flex-col md:flex-row items-center mb:4">
<div className="flex flex-col items-center md:flex-row mb:4">
<a
href="https://github.com/iamvishnusankar/next-sitemap/docs"
href="https://github.com/iamvishnusankar/next-sitemap/tree/master/docs"
target="_blank"
className="text-slate-400 hover:underline hover:cursor-pointer hover:text-neutral-200"
rel="noopener noreferrer"
Expand Down

0 comments on commit acd9232

Please sign in to comment.