fix: update navigation link for issue reporting

- Changed the button link in the Navigation component to direct users to the new issues page for templates instead of the discussions page for ideas.
This commit is contained in:
Mauricio Siu 2025-03-24 00:14:24 -06:00
parent 8613af7942
commit 7e1d9df7e1

View File

@ -32,7 +32,7 @@ const Navigation = () => {
<Button
onClick={() => {
window.open(
"https://github.com/Dokploy/dokploy/discussions/new?category=ideas",
"https://github.com/Dokploy/templates/issues/new",
"_blank"
);
}}