Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dennislee928 committed May 21, 2024
1 parent 90631e8 commit 7cb09bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontstage/app/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ function Navbar() {
<a href="/authors">作者</a>
</li>
<li>
<a href="/contributors">貢獻者</a>
<a href="https://www.taichung.gov.tw/8868/9948/10041/722369/post">
API提供者
</a>
</li>
</ul>
</div>
Expand Down
12 changes: 12 additions & 0 deletions frontstage/app/pages/authors/authors.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from "react";

function authors() {
return (
<>
<div>雷霆犀利俠</div>
<div>雷霆犀利俠</div>
</>
);
}

export default authors;

0 comments on commit 7cb09bf

Please sign in to comment.