Skip to content

Commit

Permalink
Add document
Browse files Browse the repository at this point in the history
  • Loading branch information
daviidwang committed Jan 18, 2024
2 parents 58c9c6f + 44d1e70 commit fc20b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions frontend/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default function Footer() {
<aside>
<p className="text-xs opacity-60">
Copyright © 2023-2024 v{pack.version} - All right reserved by @llaoj
License MIT
</p>
</aside>
</footer>
Expand Down
7 changes: 3 additions & 4 deletions frontend/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ export default function Navbar() {
className="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-100 rounded-box w-52"
>
<li>
<a>Homepage</a>
</li>
<li>
<a>Portfolio</a>
<Link href="https://github.com/llaoj/gcopy/blob/v1.0.0/README.md">
Document
</Link>
</li>
</ul>
</div>
Expand Down

0 comments on commit fc20b88

Please sign in to comment.