Run yarn format (#3566)

This commit is contained in:
Adam Chalmers
2024-08-20 10:22:37 -05:00
committed by GitHub
parent 0ef6eac239
commit aac758b396

View File

@ -52,8 +52,10 @@ const DownloadAppBanner = () => {
</a>{' '} </a>{' '}
to download the app for the best experience. to download the app for the best experience.
</p> </p>
{!navigator?.userAgent.includes('Chrome') && <p className="mt-6"> {!navigator?.userAgent.includes('Chrome') && (
If you want to stay here on the web-app, we currently only support Chrome. Please use{' '} <p className="mt-6">
If you want to stay here on the web-app, we currently only support
Chrome. Please use{' '}
<a <a
href="https://www.google.com/chrome/" href="https://www.google.com/chrome/"
rel="noopener noreferrer" rel="noopener noreferrer"
@ -61,8 +63,10 @@ const DownloadAppBanner = () => {
className="!text-warn-80 dark:!text-warn-80 dark:hover:!text-warn-70 underline" className="!text-warn-80 dark:!text-warn-80 dark:hover:!text-warn-70 underline"
> >
this link this link
</a> to download it. </a>{' '}
</p>} to download it.
</p>
)}
</div> </div>
</Dialog.Panel> </Dialog.Panel>
</Dialog> </Dialog>