Skip to content

Commit

Permalink
Merge pull request #63 from Quiddlee/feat/add_title_and_icon
Browse files Browse the repository at this point in the history
Feat/add title and icon
  • Loading branch information
Quiddlee authored Jan 5, 2024
2 parents 7e86d1d + 4ff5997 commit e888444
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 e888444

Please sign in to comment.