Skip to content

Commit

Permalink
Fix update favicon (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <[email protected]>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Jan 11, 2024
1 parent b5dc05d commit 5a0bbdc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Azure AI</title>
</head>
Expand Down
Binary file modified frontend/public/favicon.ico
Binary file not shown.
Binary file modified static/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contoso</title>
<script type="module" crossorigin src="/assets/index-87c2be60.js"></script>
Expand Down

0 comments on commit 5a0bbdc

Please sign in to comment.