Skip to content

Commit

Permalink
Actualizar Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi authored Sep 27, 2024
1 parent ca09dfb commit b2e5a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Footer = () => {
<ul className="menu menu-horizontal w-full">
<div className="flex justify-center items-center gap-2 text-sm w-full">
<div className="text-center">
<a href="https://github.com/luloxi/Bun3" target="_blank" rel="noreferrer" className="link">
<a href="https://github.com/luloxi/Bun3/blob/main/README.md" target="_blank" rel="noreferrer" className="link">
About the project & Code
</a>
</div>
Expand Down

0 comments on commit b2e5a53

Please sign in to comment.