Skip to content

Commit

Permalink
feat: split license and copyright in footer, link blinklabs.io (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Oct 16, 2024
1 parent db6ef67 commit a4bd1a1
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions src/Final.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,27 @@ const Final = () => {
</span>
</div>

<a
href="https://www.apache.org/licenses/LICENSE-2.0.txt"
target="_blank"
rel="noopener noreferrer"
className="hover:text-[#1DA1F2] phone:text-[15px]"
>
© 2024 Blink Labs Software. Apache License, 2.0
</a>
<div>
<a
href="https://blinklabs.io"
target="_blank"
rel="noopener noreferrer"
className="hover:text-[#1DA1F2] phone:text-[15px]"
>
© 2024 Blink Labs Software
</a>
</div>

<div>
<a
href="https://www.apache.org/licenses/LICENSE-2.0.txt"
target="_blank"
rel="noopener noreferrer"
className="hover:text-[#1DA1F2] phone:text-[15px]"
>
Licensed under Apache License, 2.0
</a>
</div>
</div>
<div>
<h3 className="text-3xl font-semibold mb-4 phone:text-[20px]">
Expand Down

0 comments on commit a4bd1a1

Please sign in to comment.