Skip to content

Commit

Permalink
epic branding update
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Apr 27, 2024
1 parent 3f38bdf commit b041a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cmdb</title>
<title>[cmdb]</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function App(): React.ReactElement {
<div className="md:flex flex-row justify-center">
<div className="flex flex-col gap-3">
<div className="flex flex-row justify-between">
<div className="text-3xl underline text-center">cmdb</div>
<div className="text-3xl underline text-center">[cmdb]</div>
{user && <div>{user.preferredUsername}</div>}
</div>
<div className="flex flex-col md:flex-row gap-3">
Expand Down

0 comments on commit b041a00

Please sign in to comment.