Skip to content

Commit

Permalink
Move copyright watermark location (#307)
Browse files Browse the repository at this point in the history
fix #289
  • Loading branch information
thieflord06 authored Mar 2, 2025
2 parents 3d36d0a + 4e9d3d5 commit 9ec4916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.bluethernal-llc-watermark {
position: fixed;
bottom: 0.5em;
right: -0.2em;
left: 0;
font-size: 97%;
opacity: 0.1;
pointer-events: none;
writing-mode: vertical-rl;
font-weight: bold;
text-shadow: 0 0 1px currentcolor;
font-variant: small-caps;
}
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function showApp() {
/>
</React.Suspense>
<div className="bluethernal-llc-watermark">
© 2025 Bluethernal LLC
© 2025 Bluethernal Inc
</div>
</QueryClientProvider>
</ThemeProvider>
Expand Down
2 changes: 0 additions & 2 deletions src/detail-panels/tab-selector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ export function TabSelector({ className, tab, onTabSelected }) {
>
{accountTabs.map((tabKey) => tabHandlers[tabKey])}
</Tabs>

<div className="bluethernal-llc-watermark">Bluethernal LLC</div>
</div>
);
}

0 comments on commit 9ec4916

Please sign in to comment.