Skip to content

Commit

Permalink
fix: hide tradingview-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Nov 6, 2024
1 parent f2f4b84 commit 411a4f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 5 additions & 1 deletion packages/ui/assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,12 @@ p {
.text {
color: var(--text);
}

a {
text-decoration: none;
font-size: 1rem;
}
.tv-lightweight-charts {
a#tv-attr-logo {
display: none;
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"date-fns": "^3.6.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"lightweight-charts": "^4.1.7",
"lightweight-charts": "^4.2.1",
"pinia": "^2.1.7",
"vue-select": "4.0.0-beta.6"
}
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 411a4f8

Please sign in to comment.