import React from 'react'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; interface Props { kind?: 'browser' | 'app'; } // Shown when a browser/app card is rendered OUTSIDE Electron (the dev URL opened directly in a web browser). The real only exists in the desktop app; rather than a crippled