Skip to content

Commit

Permalink
freaky little favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Apr 23, 2024
1 parent 8d5134c commit 30ff617
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cmdb</title>
</head>
Expand Down
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/userLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ const UserDetailsModal = (props: { player: Player }) => {
</div>

<div>
<div>{byondAccountAge}</div>
<div>{firstJoinDate}</div>
<div>{byondAccountAge ?? "Unknown"}</div>
<div>{firstJoinDate ?? "Unknown"}</div>
{discordId ? (
<div
className="text-blue-600 cursor-pointer"
Expand Down

0 comments on commit 30ff617

Please sign in to comment.