Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #201 from janhq/fix/copyright
Browse files Browse the repository at this point in the history
fix: update copyright footer
  • Loading branch information
urmauur authored May 13, 2024
2 parents 8fb8bcc + f32ef25 commit 24acb56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/FooterMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ export default function Footer() {
</div>
<div className="mt-10">
<div className="flex w-full justify-between items-center">
<span>&copy;{getCurrentYear}&nbsp;Thinking Machines Pte Ltd.</span>
<span>
&copy;{getCurrentYear}&nbsp;Homebrew Computer Company Pte Ltd.
</span>
<div className="flex items-center gap-x-3">
{socials.map((social, i) => {
return (
Expand Down

0 comments on commit 24acb56

Please sign in to comment.