Skip to content

Commit

Permalink
fix: favicon issue on chat page
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Jul 3, 2024
1 parent 03bbf9d commit 4bac6f4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chat/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon"
href="https://user-images.githubusercontent.com/51878265/194138074-7a341083-e80e-49d9-8e58-02882b26d3d9.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Schedule a Meeting</title>
</head>

<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
Expand All @@ -26,12 +33,5 @@
Cal("ui", {"styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"month_view"});
</script>
<!-- Cal inline embed code ends -->
<head>
<link rel="icon"
href="https://user-images.githubusercontent.com/51878265/194138074-7a341083-e80e-49d9-8e58-02882b26d3d9.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Schedule a Meeting</title>
</head>

</html>

</html>

0 comments on commit 4bac6f4

Please sign in to comment.