Skip to content

Commit

Permalink
Update default favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Oct 2, 2024
1 parent d5cbf32 commit 301a16a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/angular-app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>NX Angular SVG Loaders App</title>
<link rel="icon" href="https://fav.farm/🔄" />
<link rel="icon" href="https://fav.farm/🌀" />
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion apps/react-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/src/styles.scss" />
<link rel="icon" href="https://fav.farm/🔄" />
<link rel="icon" href="https://fav.farm/🌀" />
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion apps/svelte-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>NX Svelte SVG Loaders App</title>
<link rel="icon" href="https://fav.farm/🔄" />
<link rel="icon" href="https://fav.farm/🌀" />
<link rel="stylesheet" href="./style.scss" />
</head>

Expand Down
2 changes: 1 addition & 1 deletion apps/vue-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NX Vue SVG Loaders App</title>
<link rel="icon" href="https://fav.farm/🔄" />
<link rel="icon" href="https://fav.farm/🌀" />
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
const config = {
title: 'nx-svg-loaders | NGEENX',
tagline: 'SVG loaders for everyone',
favicon: 'img/favicon.ico',
favicon: 'https://fav.farm/🌀',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
Expand Down

0 comments on commit 301a16a

Please sign in to comment.