add made by marcus notice into the footer
This commit is contained in:
parent
bbe6304015
commit
3f71ce04db
1 changed files with 8 additions and 1 deletions
|
|
@ -5,7 +5,14 @@ export default function Footer() {
|
||||||
<div className="mx-16 flex items-center justify-center">
|
<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">
|
<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">
|
<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>
|
||||||
<div className="mr-8 flex w-full flex-col sm:px-[50px] md:w-auto md:flex-row md:gap-8 md:px-0">
|
<div className="mr-8 flex w-full flex-col sm:px-[50px] md:w-auto md:flex-row md:gap-8 md:px-0">
|
||||||
{[
|
{[
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue