mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
add date to unreleased overlay
This commit is contained in:
parent
1787dad2df
commit
5f2d623fc3
1 changed files with 4 additions and 1 deletions
|
|
@ -37,7 +37,10 @@ export function UnreleasedEpisodeOverlay() {
|
|||
<Flare.Child className="grid grid-cols-[auto,1fr] gap-3 pointer-events-auto relative transition-transform">
|
||||
<Icon className="text-2xl" icon={Icons.FILM} />
|
||||
<div className="w-full flex items-center justify-between">
|
||||
<span className="text-sm">{t("media.unreleased")}</span>
|
||||
<span className="text-sm">
|
||||
{t("media.unreleased")} -{" "}
|
||||
{new Date(meta.episode.air_date).toLocaleDateString()}
|
||||
</span>
|
||||
</div>
|
||||
</Flare.Child>
|
||||
</Flare.Base>
|
||||
|
|
|
|||
Loading…
Reference in a new issue