Skip to content

Commit

Permalink
add made by marcus notice into the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Jul 9, 2023
1 parent bbe6304 commit 3f71ce0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ export default function Footer() {
<div className="mx-16 flex items-center justify-center">
<footer className="mb-4 mt-4 flex h-full w-[1048px] flex-col-reverse items-center justify-between text-sm md:flex-row">
<div className="my-[50px] ml-8 text-sm text-[#666] md:my-0">
© 2023 Snapify
© 2023 Snapify by{" "}
<Link
target="_blank"
className="underline"
href="https://marcushof.vercel.app/"
>
Marcus Hof
</Link>
</div>
<div className="mr-8 flex w-full flex-col sm:px-[50px] md:w-auto md:flex-row md:gap-8 md:px-0">
{[
Expand Down

1 comment on commit 3f71ce0

@vercel
Copy link

@vercel vercel bot commented on 3f71ce0 Jul 9, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.