fix: correct href interpolation for character links in admin page
Some checks failed
Build Docker Image / build (push) Has been cancelled
Some checks failed
Build Docker Image / build (push) Has been cancelled
This commit is contained in:
@@ -316,7 +316,7 @@
|
|||||||
<div class="flex flex-col min-w-0">
|
<div class="flex flex-col min-w-0">
|
||||||
{#if char.displayValues.url}
|
{#if char.displayValues.url}
|
||||||
<a
|
<a
|
||||||
href="https://onepiece.fandom.com/fr/wiki/${char.displayValues.url}"
|
href="https://onepiece.fandom.com/fr/wiki/{char.displayValues.url}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="font-medium truncate text-white hover:text-amber-200 hover:underline"
|
class="font-medium truncate text-white hover:text-amber-200 hover:underline"
|
||||||
|
|||||||
Reference in New Issue
Block a user