mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-15 20:17:13 -04:00
Open links in same tab
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user