import React from "react"; function RightPaneInfo({ version, batchMode }) { return ( <>

Select {batchMode ? "a Folder" : "an Image"} to Upscayl

{batchMode && (

Make sure that the folder doesn't contain anything except PNG, JPG, JPEG & WEBP images.

)}

Upscayl v{version}

); } export default RightPaneInfo;