forked from PolarisPyra/daphnis
typo
This commit is contained in:
parent
81b8a88397
commit
bfe2403076
@ -100,7 +100,7 @@ export default async function Share({
|
||||
<div key={song.id} className="w-full">
|
||||
<div className="flex flex-col items-center justify-center">
|
||||
<span className="text-md w-full rounded-md bg-[#58329F] p-2 text-center font-bold text-primary text-white shadow-[inset_0px_3px_6px_0px_#1a202c]">
|
||||
Justice Critcal: {song.judgeCritical! + song.judgeHeaven!}
|
||||
Justice Critical: {song.judgeCritical! + song.judgeHeaven!}
|
||||
</span>
|
||||
<span className="text-md mt-5 w-full rounded-md bg-[#58329F] p-2 text-center font-bold text-primary text-white shadow-[inset_0px_3px_6px_0px_#1a202c]">
|
||||
Justice: {song.judgeJustice}
|
||||
|
Loading…
Reference in New Issue
Block a user