Skip to content

Commit 294378d

Browse files
authored
Merge pull request #1886 from oshanavishkapiries/canary
fix: Submit Log in issue on Github
2 parents c52812f + 7f04eb8 commit 294378d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/dokploy/pages/_error.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ export default function Custom404({ statusCode, error }: Props) {
8080
<footer className="mt-auto text-center py-5">
8181
<div className="max-w-[85rem] mx-auto px-4 sm:px-6 lg:px-8">
8282
<p className="text-sm text-gray-500">
83-
Submit Log in issue on Github
83+
<Link href="https://github.com/Dokploy/dokploy/issues" target="_blank" className="underline hover:text-primary transition-colors" >
84+
Submit Log in issue on Github
85+
</Link>
8486
</p>
8587
</div>
8688
</footer>

0 commit comments

Comments
 (0)