Skip to content

Commit

Permalink
zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Mar 11, 2024
1 parent 3d28d3a commit a8feabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/[lang]/poem/[id]/components/share/draw/wu-yan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ export default function DrawWuYanPreview({ data, className, bgImg }: Props) {
<div className="absolute bottom-44 left-24 text-lg text-muted-foreground">
aspoem
</div>
<div className={"flex h-full w-full justify-center py-24"}>
<div className={"relative z-20 flex h-full w-full justify-center py-24"}>
<div>
<Verse
content={data.title}
variant="title"
py={data.titlePinYin || ""}
/>
<p className="relative z-20 mb-6 mt-3 text-center text-xl">
<p className="mb-6 mt-3 text-center text-xl">
{data.author.dynasty} · {data.author.name}
</p>
<div className="space-y-4">
Expand Down

0 comments on commit a8feabc

Please sign in to comment.