feat: add hash in color to the examples in docs
This commit is contained in:
@@ -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
|
||||
|
@@ -47,7 +47,7 @@ export default defineApp({
|
||||
supportsConnections: true,
|
||||
baseUrl: 'https://thecatapi.com',
|
||||
apiBaseUrl: 'https://api.thecatapi.com',
|
||||
primaryColor: '000000',
|
||||
primaryColor: '#000000',
|
||||
});
|
||||
```
|
||||
|
||||
|
@@ -38,7 +38,7 @@ export default defineApp({
|
||||
supportsConnections: true,
|
||||
baseUrl: 'https://thecatapi.com',
|
||||
apiBaseUrl: 'https://api.thecatapi.com',
|
||||
primaryColor: '000000',
|
||||
primaryColor: '#000000',
|
||||
auth,
|
||||
});
|
||||
```
|
||||
|
@@ -35,7 +35,7 @@ export default defineApp({
|
||||
supportsConnections: true,
|
||||
baseUrl: 'https://thecatapi.com',
|
||||
apiBaseUrl: 'https://api.thecatapi.com',
|
||||
primaryColor: '000000',
|
||||
primaryColor: '#000000',
|
||||
auth,
|
||||
triggers
|
||||
});
|
||||
|
Reference in New Issue
Block a user