mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
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:
parent
8613af7942
commit
7e1d9df7e1
@ -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"
|
||||
);
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user