We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9434a9 commit 03759b4Copy full SHA for 03759b4
βcomponents/Footer.jsβ
@@ -76,6 +76,16 @@ export default function Footer() {
76
</Link>
77
</div>
78
79
+ <p className="flex flex-row text-gray-400">
80
+ Built with{" "}
81
+ <a href="https://nextjs.org">
82
+ <img src="/logos/nextjs.svg" className="h-6 w-6 mx-1" />
83
+ </a>{" "}
84
+ and
85
+ <a href="https://tailwindcss.com">
86
+ <img src="/logos/tailwind.svg" className="h-6 w-6 mx-1" />
87
+ </a>
88
+ </p>
89
</footer>
90
);
91
}
βpublic/logos/nextjs.svgβ
βpublic/logos/tailwind.svgβ
βpublic/logos/vercel.svgβ
0 commit comments