We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f3e5d1 + 4ade9ab commit 05dc154Copy full SHA for 05dc154
src/app/components/side-panel/side-panel.component.html
@@ -48,7 +48,7 @@
48
matTooltip="Create new agent in builder mode"
49
style="cursor: pointer; margin-right: 16px;">add</mat-icon>
50
<mat-icon (click)="!disableBuilderIcon() && enterBuilderMode.emit(true)"
51
- [matTooltip]="disableBuilderIcon() ? 'Thia gent was not built by builder' : 'Edit in Builder Mode'"
+ [matTooltip]="disableBuilderIcon() ? 'This agent was not built by builder' : 'Edit in Builder Mode'"
52
[style.cursor]="disableBuilderIcon() ? 'not-allowed' : 'pointer'"
53
[style.opacity]="disableBuilderIcon() ? '0.5' : '1'"
54
[style.margin-right.px]="32">edit</mat-icon>
0 commit comments