Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
feat(QR scanner) fix UI bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlitskiy committed Apr 26, 2024
1 parent 1cee39a commit bb4416c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Application for checking tickets at the entrance. Works as part of the Davinci system and is intended exclusively for event staff. Configuration is carried out in RXB and Davici CRM.

Environment:

- dev https://qr-code-scanner-dev.core-dev.aws.cere.io
- stage https://qr-code-scanner-stg.core-stage.aws.cere.io
- prod https://qr-code-scanner.core.aws.cere.io/
Expand Down
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {NotificationError} from './components/notification/notification-error';

export function App() {
console.log(
`%cClient App Version: ${packageJson.version}`,
`%cQR Code Scanner Version: ${packageJson.version}`,
` color:white; background-color:black; border-left: 1px solid yellow; padding: 4px;`,
);

Expand Down

0 comments on commit bb4416c

Please sign in to comment.