Skip to content

Commit 653252c

Browse files
Merge pull request steam-bell-92#1241 from anujsharma8d/fix/buttons
fix: volume and theme toggle button not visible
2 parents f5cfbb6 + 4fab53b commit 653252c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

web-app/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
<link href="assets/favicon.svg" rel="icon" type="image/svg+xml" />
3030
<link href="css/styles.css" rel="stylesheet" />
3131
<link rel ="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
32-
integrity="sha384-iYQieczLE1ZYcx91pNAt4whAqKhW2ED8oBkFkXhNRCGF7GcCQBQb0or7TGoBMgo"
33-
crossorigin="anonymous">
34-
/>
32+
crossorigin="anonymous"/>
3533
</head>
3634
<body class="sidebar-active">
3735
<button aria-label="Switch theme" class="theme-toggle fixed-theme-toggle" id="fixed-theme-toggle" type="button">

0 commit comments

Comments
 (0)