mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix: remove unnecessary parentheses around link in ReleaseNoteListItem
This commit is contained in:
@@ -41,11 +41,11 @@ const {
|
||||
{
|
||||
link && (
|
||||
<>
|
||||
"("
|
||||
(
|
||||
<a href={link.href} class="text-blue inline-block text-base underline">
|
||||
{link.text}
|
||||
</a>
|
||||
")"
|
||||
)
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user