feat(frontend): Update airtable instructions (#1403)

This commit is contained in:
Faton Ramadani
2023-04-12 23:54:23 +02:00
committed by GitHub
parent a5f6d73f7d
commit 7dc7ecef55
2 changed files with 6 additions and 1 deletions
@@ -2,7 +2,12 @@
const apiTokenApps: Record<string, { img?: string; instructions: string[]; key?: string }> = {
airtable: {
img: '/airtable_connect.png',
instructions: ['Click on the top-right avatar', 'Click on Account', 'Find "Api"']
instructions: [
'Click to <a href="https://airtable.com/create/tokens" target="_blank" rel=”noopener noreferrer”>https://airtable.com/create/tokens</a>',
'Click on "Create new token"',
'Set a name, specify the scopes or the access level and click on "Create token"',
'Copy the token'
]
},
discord_webhook: {
img: '/discord_webhook.png',
Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 76 KiB