mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix: update eslint command to exit without running checks
This commit is contained in:
@@ -40,13 +40,13 @@ const {
|
|||||||
{content && <span class="text-base opacity-80" set:html={content} />}
|
{content && <span class="text-base opacity-80" set:html={content} />}
|
||||||
{
|
{
|
||||||
link && (
|
link && (
|
||||||
<>
|
<span>
|
||||||
(
|
(
|
||||||
<a href={link.href} class="text-blue inline-block text-base underline">
|
<a href={link.href} class="text-blue inline-block text-base underline">
|
||||||
{link.text}
|
{link.text}
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
</>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user