Skip to content

Commit

Permalink
client:Change the title and the logo (shivansh-bhatnagar18#106)
Browse files Browse the repository at this point in the history
This commit changes the title and logo of the website to the project
name and logo which is available in the public folder.

fixes shivansh-bhatnagar18#104

Co-authored-by: Kislay <[email protected]>
  • Loading branch information
ritwik-69 and kuv2707 authored Jun 15, 2024
1 parent c08b320 commit 089b5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="./public/UNO_Logo.svg" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
Expand All @@ -11,7 +11,7 @@
referrerpolicy="no-referrer"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>multiplayer-uno</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 089b5b7

Please sign in to comment.