Skip to content

Commit

Permalink
adding of docs and and discord link correction (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
namansleeps authored Sep 7, 2023
1 parent a70e715 commit cb7e1bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gui/pages/Dashboard/TopBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ export default function TopBar({selectedProject, userName, env}) {
</div>
<div className="top_right">
<div className="horizontal_container gap_20">
<div className="horizontal_container w_fit_content cursor_pointer gap_4" onClick={() => window.open("https://discord.gg/ypfYJWV6", "_blank")}>
<div className="horizontal_container w_fit_content cursor_pointer gap_4" onClick={() => window.open("https://superagi.com/docs", "_blank")}>
<Image width={20} height={20} src="/images/docs_icon.svg" alt="docs-icon" />
<p className="top_bar_font">Docs</p>
</div>
<div className="horizontal_container w_fit_content cursor_pointer gap_4" onClick={() => window.open("https://discord.com/invite/dXbRe5BHJC", "_blank")}>
<Image width={20} height={20} src="/images/discord.svg" alt="discord-icon" />
<p className="top_bar_font">Get Help</p>
</div>
Expand Down
3 changes: 3 additions & 0 deletions gui/public/images/docs_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb7e1bf

Please sign in to comment.