Spaces:
Building
Building
Update flare-ui/src/app/components/chat/chat.component.html
Browse files
flare-ui/src/app/components/chat/chat.component.html
CHANGED
@@ -38,18 +38,6 @@
|
|
38 |
</div>
|
39 |
</mat-card-content>
|
40 |
|
41 |
-
<mat-card-actions align="end">
|
42 |
-
<button
|
43 |
-
mat-raised-button
|
44 |
-
color="primary"
|
45 |
-
(click)="startChat()"
|
46 |
-
[disabled]="!selectedProject"
|
47 |
-
>
|
48 |
-
<mat-icon>chat</mat-icon>
|
49 |
-
Start Chat
|
50 |
-
</button>
|
51 |
-
</mat-card-actions>
|
52 |
-
|
53 |
<mat-card-actions align="end">
|
54 |
<button
|
55 |
mat-raised-button
|
@@ -61,7 +49,6 @@
|
|
61 |
Start Chat
|
62 |
</button>
|
63 |
|
64 |
-
<!-- YENİ BUTON -->
|
65 |
<button
|
66 |
mat-raised-button
|
67 |
color="accent"
|
|
|
38 |
</div>
|
39 |
</mat-card-content>
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
<mat-card-actions align="end">
|
42 |
<button
|
43 |
mat-raised-button
|
|
|
49 |
Start Chat
|
50 |
</button>
|
51 |
|
|
|
52 |
<button
|
53 |
mat-raised-button
|
54 |
color="accent"
|