We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a912a commit 0355e53Copy full SHA for 0355e53
components/site-footer.tsx
@@ -5,16 +5,7 @@ export function SiteFooter() {
5
<footer className="py-6 md:px-8 md:py-0">
6
<div className="container flex flex-col items-center justify-between gap-4 md:h-24 md:flex-row">
7
<p className="text-center text-sm leading-loose text-muted-foreground md:text-left">
8
- Built by{" "}
9
- <a
10
- href={siteConfig.links.linkedin}
11
- target="_blank"
12
- rel="noreferrer"
13
- className="font-medium underline underline-offset-4"
14
- >
15
- @piquard
16
- </a>
17
- . The source code is available on{" "}
+ The source code is available on{" "}
18
<a
19
href={siteConfig.links.github}
20
target="_blank"
0 commit comments