Run yarn format (#3566)
This commit is contained in:
@ -52,17 +52,21 @@ 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">
|
||||||
<a
|
If you want to stay here on the web-app, we currently only support
|
||||||
href="https://www.google.com/chrome/"
|
Chrome. Please use{' '}
|
||||||
rel="noopener noreferrer"
|
<a
|
||||||
target="_blank"
|
href="https://www.google.com/chrome/"
|
||||||
className="!text-warn-80 dark:!text-warn-80 dark:hover:!text-warn-70 underline"
|
rel="noopener noreferrer"
|
||||||
>
|
target="_blank"
|
||||||
this link
|
className="!text-warn-80 dark:!text-warn-80 dark:hover:!text-warn-70 underline"
|
||||||
</a> to download it.
|
>
|
||||||
</p>}
|
this link
|
||||||
|
</a>{' '}
|
||||||
|
to download it.
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</Dialog.Panel>
|
</Dialog.Panel>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
Reference in New Issue
Block a user