Skip to content

Commit

Permalink
add link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Nov 27, 2024
1 parent b54c405 commit 4e76ced
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,8 @@
},
"mantras": {
"message": "Mantras"
},
"documentation": {
"message": "Documentation"
}
}
3 changes: 3 additions & 0 deletions public/_locales/english_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,8 @@
},
"mantras": {
"message": "Mantras"
},
"documentation": {
"message": "Documentation"
}
}
8 changes: 8 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,14 @@ function App() {
>
<span>{chrome.i18n.getMessage("suggest_feature")}</span>
</button>
<button
className="flex w-full items-center justify-between rounded-md px-3 py-2 hover:bg-accent"
onClick={() => {
window.open("https://docs.flowtide.app");
}}
>
<span>{chrome.i18n.getMessage("documentation")}</span>
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 4e76ced

Please sign in to comment.