diff --git a/src/app/components/shared/room-join/room-join.component.html b/src/app/components/shared/room-join/room-join.component.html
index 77eefa0677066cb78e6ec0ddca1bd4ac9185f4e6..9e31e80bb4ac9aeda65e6fa2edf3cb963bf453a0 100644
--- a/src/app/components/shared/room-join/room-join.component.html
+++ b/src/app/components/shared/room-join/room-join.component.html
@@ -13,5 +13,5 @@
     </button>
   </div>
 </form>
-<button mat-button class="demo" color="primary" (click)="joinDemo()">Demo Session<mat-icon color="accent">lightbulb_outline</mat-icon></button>
+<button mat-button class="demo" color="primary" (click)="joinDemo()">Demo Session</button>
 </div>