feat: add hash in color to the examples in docs

This commit is contained in:
Jakub P.
2024-10-07 16:39:51 +02:00
parent 9c1d21fd1b
commit 93d76d8d79
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ export default defineApp({
supportsConnections: true,
baseUrl: 'https://thecatapi.com',
apiBaseUrl: 'https://api.thecatapi.com',
primaryColor: '000000',
primaryColor: '#000000',
auth,
triggers
actions

View File

@@ -47,7 +47,7 @@ export default defineApp({
supportsConnections: true,
baseUrl: 'https://thecatapi.com',
apiBaseUrl: 'https://api.thecatapi.com',
primaryColor: '000000',
primaryColor: '#000000',
});
```

View File

@@ -38,7 +38,7 @@ export default defineApp({
supportsConnections: true,
baseUrl: 'https://thecatapi.com',
apiBaseUrl: 'https://api.thecatapi.com',
primaryColor: '000000',
primaryColor: '#000000',
auth,
});
```

View File

@@ -35,7 +35,7 @@ export default defineApp({
supportsConnections: true,
baseUrl: 'https://thecatapi.com',
apiBaseUrl: 'https://api.thecatapi.com',
primaryColor: '000000',
primaryColor: '#000000',
auth,
triggers
});