Chrome toast touchup (#7148)

This commit is contained in:
Pierre Jacquier
2025-05-21 08:47:40 -04:00
committed by GitHub
parent d9afc50f91
commit aff1684064

View File

@ -24,9 +24,9 @@ export function DownloadAppToast({
miss out! miss out!
</p> </p>
{!navigator?.userAgent.includes('Chrome') && ( {!navigator?.userAgent.includes('Chrome') && (
<p className="mt-6"> <p className="mt-2 text-sm font-semibold text-chalkboard-70 dark:text-chalkboard-30">
If you want to stay here on the web-app, we currently only support If you want to stay here on the web app, we prefer that you use
Chrome. Please use{' '} Chrome. You may use{' '}
<a <a
href="https://www.google.com/chrome/" href="https://www.google.com/chrome/"
rel="noopener noreferrer" rel="noopener noreferrer"