feat:add hyperlink to bing.com in SetTokenDialog (#414)

This commit is contained in:
Fuegovic 2023-05-31 00:41:01 -04:00 committed by GitHub
parent 2f59c82bec
commit 4705975e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,16 @@ const SetTokenDialog = ({ open, onOpenChange, endpoint }) => {
const helpText = {
bingAI: (
<small className="break-all text-gray-600">
{`To get your Access token for Bing, login to https://www.bing.com.
Use dev tools or an extension while logged into the site to copy the content of the _U cookie.
{`To get your Access token for Bing, login to `}
<a
target="_blank"
href="https://www.bing.com"
rel="noreferrer"
className="text-blue-600 underline"
>
https://www.bing.com
</a>
{`. Use dev tools or an extension while logged into the site to copy the content of the _U cookie.
If this fails, follow these `}
<a
target="_blank"