🔧 Fixed PullList source
This commit is contained in:
@@ -86,8 +86,8 @@ export const PullList = (): ReactElement => {
|
|||||||
<span className="text-md">
|
<span className="text-md">
|
||||||
Pull List aggregated for the week from{" "}
|
Pull List aggregated for the week from{" "}
|
||||||
<span className="underline">
|
<span className="underline">
|
||||||
<a href="https://leagueofcomicgeeks.com/comics/new-comics">
|
<a href="https://www.tfaw.com/comics/new-releases.html">
|
||||||
League Of Comic Geeks
|
Things From Another World
|
||||||
</a>
|
</a>
|
||||||
<i className="icon-[solar--arrow-right-up-outline] w-4 h-4" />
|
<i className="icon-[solar--arrow-right-up-outline] w-4 h-4" />
|
||||||
</span>
|
</span>
|
||||||
@@ -132,13 +132,13 @@ export const PullList = (): ReactElement => {
|
|||||||
<div key={idx} className="keen-slider__slide">
|
<div key={idx} className="keen-slider__slide">
|
||||||
<Card
|
<Card
|
||||||
orientation={"vertical-2"}
|
orientation={"vertical-2"}
|
||||||
imageUrl={issue.cover}
|
imageUrl={issue.coverImageUrl}
|
||||||
hasDetails
|
hasDetails
|
||||||
title={ellipsize(issue.name, 25)}
|
title={ellipsize(issue.name, 25)}
|
||||||
>
|
>
|
||||||
<div className="px-1">
|
<div className="px-1">
|
||||||
<span className="inline-flex mb-2 items-center bg-slate-50 text-slate-800 text-xs font-medium px-2.5 py-1 rounded-md dark:text-slate-900 dark:bg-slate-400">
|
<span className="inline-flex mb-2 items-center bg-slate-50 text-slate-800 text-xs font-medium px-2.5 py-1 rounded-md dark:text-slate-900 dark:bg-slate-400">
|
||||||
{issue.publisher}
|
{issue.publicationDate}
|
||||||
</span>
|
</span>
|
||||||
<div className="flex flex-row justify-end">
|
<div className="flex flex-row justify-end">
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user