Skip to content

Commit 0355e53

Browse files
committedAug 25, 2024·
Removing my name from the footer
1 parent 86a912a commit 0355e53

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
 

‎components/site-footer.tsx

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ export function SiteFooter() {
55
<footer className="py-6 md:px-8 md:py-0">
66
<div className="container flex flex-col items-center justify-between gap-4 md:h-24 md:flex-row">
77
<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{" "}
8+
The source code is available on{" "}
189
<a
1910
href={siteConfig.links.github}
2011
target="_blank"

0 commit comments

Comments
 (0)
Please sign in to comment.