diff --git a/src/shared/prerendered-app/Intro/index.tsx b/src/shared/prerendered-app/Intro/index.tsx index a2deb8f9..d4b285ee 100644 --- a/src/shared/prerendered-app/Intro/index.tsx +++ b/src/shared/prerendered-app/Intro/index.tsx @@ -24,28 +24,28 @@ import SlideOnScroll from './SlideOnScroll'; const demos = [ { description: 'Large photo', - size: '2.8mb', + size: '2.8MB', filename: 'photo.jpg', url: largePhoto, iconUrl: largePhotoIcon, }, { description: 'Artwork', - size: '2.9mb', + size: '2.9MB', filename: 'art.jpg', url: artwork, iconUrl: artworkIcon, }, { description: 'Device screen', - size: '1.6mb', + size: '1.6MB', filename: 'pixel3.png', url: deviceScreen, iconUrl: deviceScreenIcon, }, { description: 'SVG icon', - size: '13k', + size: '13KB', filename: 'squoosh.svg', url: logo, iconUrl: logoIcon,