Skip to content

Commit

Permalink
Update App title and header to 'Envy' (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwritter authored Sep 16, 2023
1 parent 51a47b0 commit 96c0de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Header({ className, children, ...props }: React.HTMLAttr
<span className="flex items-center justify-center mr-2 w-6 h-6">
<ConnectionStatus />
</span>
<h1 className="font-extrabold text-xl uppercase mr-2 select-none ">Network Inspector</h1>
<h1 className="font-extrabold text-xl uppercase mr-2 select-none ">Envy</h1>
</span>
</span>
<span className="flex-0 flex items-center ml-auto gap-2">
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="styles/base.css" />
<script type="module" src="index.js"></script>
<title>Network Inspector</title>
<title>Envy</title>
</head>
<body>
<main id="root"></main>
Expand Down

0 comments on commit 96c0de9

Please sign in to comment.