Open links in same tab

This commit is contained in:
MartinBraquet
2025-10-10 15:12:48 +02:00
parent 34cbf7093e
commit 5aa166bbfd
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export const Block = (props: {
<a
href={url}
className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"
target="_blank" rel="noopener noreferrer">
>
{content}
</a>
</div>;

View File

@@ -11,7 +11,7 @@ export const Block = (props: {
<a
href={url}
className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"
target="_blank" rel="noopener noreferrer">
>
{content}
</a>
</div>;