Skip to content

Commit

Permalink
Icon Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyslack committed Nov 27, 2024
1 parent 945877c commit 9641eaf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions n8n/credentials/LlanaAuthApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export class LlanaAuthApi implements ICredentialType {

displayName = 'Llana Username and Password API';

iconUrl = {
dark: 'file:llana.png',
light: 'file:llana.png',
};

documentationUrl = 'https://llana.io/endpoints';

properties: INodeProperties[] = [
Expand Down
5 changes: 5 additions & 0 deletions n8n/credentials/LlanaHostApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ export class LlanaHostApi implements ICredentialType {

displayName = 'Llana Host API';

iconUrl = {
dark: 'file:llana.png',
light: 'file:llana.png',
};

documentationUrl = 'https://llana.io/endpoints';

properties: INodeProperties[] = [
Expand Down
5 changes: 5 additions & 0 deletions n8n/credentials/LlanaKeyApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ export class LlanaKeyApi implements ICredentialType {

displayName = 'Llana Key API';

iconUrl = {
dark: 'file:llana.png',
light: 'file:llana.png',
};

documentationUrl = 'https://llana.io/endpoints';

properties: INodeProperties[] = [
Expand Down
Binary file added n8n/credentials/llana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9641eaf

Please sign in to comment.