Skip to content

Commit

Permalink
Support custom company logo feature + fix UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
annmirosh committed Nov 2, 2020
1 parent 6402728 commit 24337e4
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 33 deletions.
1 change: 1 addition & 0 deletions dist/AlanButtonOptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface AlanButtonOptions {
left?: number | string;
top?: number | string;
position?: string;
pinned?: boolean;
onCommand?(commandData: object): void;
onConnectionStatus?(status: string): void;
}
Loading

0 comments on commit 24337e4

Please sign in to comment.