Skip to content

Commit

Permalink
Added logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoAbove committed Apr 13, 2024
1 parent 5499667 commit 82e1c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noitool",
"version": "2.31.2",
"version": "2.31.3",
"private": true,
"type": "module",
"homepage": "https://www.noitool.com/",
Expand Down
6 changes: 4 additions & 2 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ const Header = () => {
<Container fluid="sm" className="mb-2 p-0 d-flex justify-content-between px-2">
<div className="text-nowrap lh-1">
<h3 className="fs-1 fw-bolder mb-0 text-center position-relative pb-2">
Noitool
{isDevBranch && <sub className="fs-6 fw mb-0 text-center text-danger">Beta</sub>}
<a href="/" className="text-decoration-none text-reset">
Noitool
{isDevBranch && <sub className="fs-6 fw mb-0 text-center text-danger">Beta</sub>}
</a>
{isDevBranch && (
<code
className="fs-6 fw mb-0 position-absolute start-50 translate-middle-x"
Expand Down

0 comments on commit 82e1c1f

Please sign in to comment.