Skip to content

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaunikitis committed Apr 27, 2024
1 parent 3119ec2 commit 6f0ea60
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,7 @@ const Footer = (props: FooterProps) => {
Sitemap
</Link>
<div className="md:text-right text-center text-xs">
<p>© 2023 Nebula Labs Maintainers. All rights reserved.</p>
<p>
Site design by{' '}
<a
className={linkClasses + ' font-bold'}
href="https://hilary-nguyen.com/"
target="_blank"
>
Hilary Nguyen
</a>
</p>
<p>© 2024 Nebula Labs Maintainers. All rights reserved.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 6f0ea60

Please sign in to comment.