Skip to content

Commit

Permalink
chore: Update link in DocumentationPage to open GitHub repository in …
Browse files Browse the repository at this point in the history
…a new tab
  • Loading branch information
gabriel-logan committed Jul 11, 2024
1 parent 8268cf7 commit 386fbce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/[locale]/(doc-session)/documentation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default async function DocumentationPage({
<p className="text-black">{t("doc_py_text")}</p>
</Link>
<Link
href={`${basePath}`}
href="https://github.com/Multiform-Validator/java/blob/main/README.md"
target="_blank"
className="mx-auto max-w-96 cursor-pointer rounded border-black bg-white p-4 shadow hover:scale-105 active:scale-100"
>
<Image src={javaIcon} alt="java-icon" />
Expand Down

0 comments on commit 386fbce

Please sign in to comment.