Skip to content

Commit 8d3294f

Browse files
authored
Merge pull request #32 from github/fix/official-github-mark-favicon
fix: replace custom favicon with official Primer MarkGithubIcon SVG
2 parents 5a7705c + 6dfa025 commit 8d3294f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" data-color-mode="light" data-light-theme="light">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="/favicon.png" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>GitHub Copilot Billing Preview</title>
88
</head>

public/favicon.png

-26.2 KB
Binary file not shown.

public/favicon.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)