Skip to content

Commit 0c3df42

Browse files
committed
added ApiRTC and angular logos
1 parent 730a35a commit 0c3df42

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

src/app/app.component.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#app {
2+
text-align: center;
3+
}

src/app/app.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<div class="container-fluid">
1+
<div id="app">
2+
<p>
3+
<img alt="ApiRTC logo" src="./assets/ApiRTC.png" width="66" height="76" /> &
4+
<img alt="Angular logo" src="./assets/angular.svg" width="76" height="76" />
5+
</p>
26
<form [formGroup]="conversationFormGroup" (ngSubmit)="getOrcreateConversation()">
37
<mat-form-field>
48
<mat-label>Conversation Name</mat-label>

src/assets/ApiRTC.png

61.2 KB
Loading

src/assets/angular.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)