Skip to content

Commit

Permalink
Add version.id for AT
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kudinov committed Jun 26, 2024
1 parent c94bd7e commit 79a8e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/version/Version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { version } from '../../../../package.json'

export default function Version() {
return (
<div className="version">
<div className="version" id="version">
SmartApp v{version}
</div>
)
Expand Down

0 comments on commit 79a8e46

Please sign in to comment.