Skip to content

Commit

Permalink
Add Matrix favicon (#135)
Browse files Browse the repository at this point in the history
It's a cleaned up version of what [Matrix.org](https://matrix.org/) is using since that one is [so blurry](https://user-images.githubusercontent.com/558581/201302097-411b8033-4281-4cd3-a069-0c97ba3aa01f.png).

Part of #94
  • Loading branch information
MadLittleMods authored Nov 11, 2022
1 parent 7763472 commit 11cbf39
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file added public/img/favicon.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions public/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ async function renderHydrogenVmRenderScriptToPageHtml(
<meta name="viewport" content="width=device-width, initial-scale=1">
${maybeNoIndexHtml}
${sanitizeHtml(`<title>${pageOptions.title}</title>`)}
<link rel="icon" href="/img/favicon.ico" sizes="any">
<link rel="icon" href="/img/favicon.svg" type="image/svg+xml">
${pageOptions.styles
.map(
(styleUrl) =>
Expand Down

0 comments on commit 11cbf39

Please sign in to comment.