You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description={`Convert ${fromLabel} to ${toLabel} using this free online tool. Upload your ${fromLabel} file and get the converted ${fromLabel} file instantly.`}
55
59
/>
56
60
<Containermt="xl"size="lg">
57
61
<Titlec="black">
58
-
{formats.find(({ value })=>value===from)?.label} to{" "}
59
-
{formats.find(({ value })=>value===to)?.label} Converter
description={`Instantly generate ${toLabel} from ${fromLabel} using this free online tool. Paste your ${fromLabel} and get the generated ${toLabel} instantly.`}
45
49
/>
46
50
<Containermt="xl"size="lg">
47
51
<Titlec="black">
48
-
{formats.find(({ value })=>value===from)?.label} to{" "}
49
-
{typeOptions.find(({ value })=>value===to)?.label} Converter
0 commit comments