Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 50c979f

Browse files
author
Noah Hanjun Lee
authored
Add a new tab meun 'Read Doc' (#224)
1 parent fb63d42 commit 50c979f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

ui/src/views/Main.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,14 @@ export default function Main(props: any) {
131131
<Dropdown overlay={
132132
<Menu>
133133
<Menu.Item key="0">
134-
<a href="/settings">
135-
Settings
136-
</a>
134+
<a href="/settings">Settings</a>
137135
</Menu.Item>
138136
<Menu.Divider />
139137
<Menu.Item key="1">
140-
<a href="/signout">
141-
Sign out
142-
</a>
138+
<a href="https://docs.gitploy.io/" target="_blank">Read Doc</a>
139+
</Menu.Item>
140+
<Menu.Item key="2">
141+
<a href="/signout">Sign out</a>
143142
</Menu.Item>
144143
</Menu>
145144
}>

0 commit comments

Comments
 (0)