Skip to content

Commit 03759b4

Browse files
committed
βž• ADD: Built with footer tag
1 parent b9434a9 commit 03759b4

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

β€Žcomponents/Footer.jsβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ export default function Footer() {
7676
</Link>
7777
</div>
7878
</div>
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>
7989
</footer>
8090
);
8191
}

β€Žpublic/logos/nextjs.svgβ€Ž

Lines changed: 1 addition & 0 deletions
Loading

β€Žpublic/logos/tailwind.svgβ€Ž

Lines changed: 1 addition & 0 deletions
Loading

β€Žpublic/logos/vercel.svgβ€Ž

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
Β (0)