mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
fix: white space issue
This commit is contained in:
@@ -19,8 +19,7 @@ const { class: className, id, ...props } = Astro.props;
|
|||||||
href={`https://www.netflix.com/title/${id}`}
|
href={`https://www.netflix.com/title/${id}`}
|
||||||
title="Netflix"
|
title="Netflix"
|
||||||
{...props}
|
{...props}
|
||||||
|
><span class="hidden" aria-hidden="true">[</span>N<span class="hidden" aria-hidden="true"
|
||||||
|
>etflix]</span
|
||||||
|
></Link
|
||||||
>
|
>
|
||||||
<span class="hidden" aria-hidden="true">[</span>
|
|
||||||
N
|
|
||||||
<span class="hidden" aria-hidden="true">etflix]</span>
|
|
||||||
</Link>
|
|
||||||
|
|||||||
@@ -19,8 +19,7 @@ const { class: className, id, ...props } = Astro.props;
|
|||||||
href={`https://www.amazon.de/gp/video/detail/${id}`}
|
href={`https://www.amazon.de/gp/video/detail/${id}`}
|
||||||
title="Prime Video"
|
title="Prime Video"
|
||||||
{...props}
|
{...props}
|
||||||
|
><span class="hidden" aria-hidden="true">[</span>P<span class="hidden" aria-hidden="true"
|
||||||
|
>rime Video]</span
|
||||||
|
></Link
|
||||||
>
|
>
|
||||||
<span class="hidden" aria-hidden="true">[</span>
|
|
||||||
P
|
|
||||||
<span class="hidden" aria-hidden="true">rime Video]</span>
|
|
||||||
</Link>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user