Update
This commit is contained in:
@@ -256,12 +256,12 @@ const VideoDownloadModal = ({
|
|||||||
</p>
|
</p>
|
||||||
<div className="text-muted-foreground space-y-2 text-sm">
|
<div className="text-muted-foreground space-y-2 text-sm">
|
||||||
{exportTimes.map((exportTime, index) => (
|
{exportTimes.map((exportTime, index) => (
|
||||||
<div key={index} className="grid items-center justify-between sm:flex sm:gap-3">
|
<div key={index} className="flex items-center justify-between gap-3">
|
||||||
<div className="grid items-center text-base sm:flex sm:gap-1">
|
<div className="flex items-center gap-2">
|
||||||
<span className="text-2xl sm:text-base">{exportTime.icon}</span>
|
<span className="text-lg">{exportTime.icon}</span>
|
||||||
<span>{exportTime.label}</span>
|
<span className="text-sm">{exportTime.label}</span>
|
||||||
</div>
|
</div>
|
||||||
<span className="font-mono text-xs sm:text-base">{exportTime.time}</span>
|
<span className="font-mono text-sm font-medium">{exportTime.time}</span>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user