Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajdharmik4 committed Sep 3, 2023
1 parent bc6720f commit 4ee75d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const Footer: FC = () => {
} `

return (
<footer className="z-10 mb-4 flex w-full items-baseline justify-center rounded-lg py-2 backdrop-blur-md text-sm text-center px-2 py-2">
<p className="leading-7 md:tracking-wide text-center text-black dark:text-theme-primary ">
<footer className="z-10 mb-4 flex w-full items-baseline justify-center rounded-lg backdrop-blur-md text-xs md:text-sm text-center px-2 py-2">
<p className="leading-7 md:tracking-wide text-center text-black dark:text-theme-primary">
<span>&copy; {new Date().getFullYear()} LinksHub | </span>
Developed by{' '}
<Link
Expand Down

0 comments on commit 4ee75d5

Please sign in to comment.