Skip to content

Commit

Permalink
🐝 add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Jul 20, 2023
1 parent abfd983 commit 71c4f72
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 4 deletions.
3 changes: 3 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<title>transcribee 🐝</title>
<link rel="stylesheet" href="/src/index.css" />
<link rel="stylesheet" href="/node_modules/@fontsource/inter/latin.css" />

<link rel="icon" href="/favicon.ico" sizes="48x48">
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml">
</head>
<body class="dark:bg-neutral-900 dark:text-white">
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"favicons": "^7.1.3",
"jest": "^29.5.0",
"npm-run-all": "^4.1.5",
"openapi-typescript": "^6.2.0",
Expand Down
Loading

0 comments on commit 71c4f72

Please sign in to comment.