Make Virtualization description more verbose

This commit is contained in:
Sam Carlton 2022-06-12 16:58:44 -05:00
parent 213c206703
commit 4a9c7bf4c1

View file

@ -42,7 +42,7 @@ const totalLinks = links.length
> >
<Heading text="Virtualization Support" /> <Heading text="Virtualization Support" />
<div class="text-xs opacity-75 mb-4">With Virtualization you can run apps on Mac even if they are normally completely unsupported, such as Windows-only Apps. </div> <div class="text-xs opacity-75 mb-4">With Virtualization you can run apps on Apple Silicon Macs even if they are normally completely unsupported, such as Windows-only Apps, at the cost of some performance drop vs Native support. </div>
<span class="relative z-0 inline-flex shadow-sm divide-x divide-gray-700 border border-gray-300 rounded-md bg-darker py-3"> <span class="relative z-0 inline-flex shadow-sm divide-x divide-gray-700 border border-gray-300 rounded-md bg-darker py-3">
{ links.map( (link, i) => { { links.map( (link, i) => {