mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Update RightPaneInfo.tsx
Upscale→Upscayl
This commit is contained in:
parent
5fa23ae618
commit
54b3c38d56
@ -3,13 +3,13 @@ import React from "react";
|
||||
function RightPaneInfo({ version, batchMode, isVideo }) {
|
||||
return isVideo ? (
|
||||
<>
|
||||
<p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscale</p>
|
||||
<p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscayl</p>
|
||||
<p className="text-sm">Upscayl v{version}</p>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<p className="p-5 pb-1 text-lg font-semibold">
|
||||
Select {batchMode ? "a Folder" : "an Image"} to Upscale
|
||||
Select {batchMode ? "a Folder" : "an Image"} to Upscayl
|
||||
</p>
|
||||
{batchMode && (
|
||||
<p className="w-full pb-5 text-center md:w-96">
|
||||
|
Loading…
Reference in New Issue
Block a user