Skip to content

Commit

Permalink
feat: add favicon and title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedzury committed Jan 5, 2024
1 parent e77f941 commit 4ff5997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<link
href="https://fonts.googleapis.com/icon?family=Material+Symbols+Rounded"
rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="./src/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>GraphiQL playground</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added src/assets/favicon.ico
Binary file not shown.

0 comments on commit 4ff5997

Please sign in to comment.