Skip to content

Commit

Permalink
Merge pull request #19 from lnls-sirius/dev
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
RafaelLyra8 authored Jun 12, 2023
2 parents 722f055 + 10171ba commit cf872a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- 80:80
frontend:
container_name: 'rad-det'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.1.6'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.0'
build:
context: ./front_end
ports:
Expand Down
4 changes: 2 additions & 2 deletions front_end/src/components/Legend/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ const Legend: React.FC<StateBool> = (props): React.ReactElement => {
</S.TitleWrapper>
<S.ShortcutWrapper>
<S.Title>
Logarithmic Axis
DOUBLE CLICK ON THE CHART
</S.Title>
<S.Text>
Double click on the chart
Toggle between linear and logarithmic axis scaling
</S.Text>
</S.ShortcutWrapper>
<S.ShortcutWrapper>
Expand Down

0 comments on commit cf872a4

Please sign in to comment.