Skip to content

Commit

Permalink
Change about modal to upgrade version - prepare release (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Jan 13, 2022
1 parent b851517 commit 8d137a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/AppAboutModal/AppAboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const AppAboutModal: React.FC<AppAboutModalProps> = ({
<TextContent>
<TextList component="dl">
<TextListItem component="dt">{t("terms.version")}</TextListItem>
<TextListItem component="dd">1.1.0</TextListItem>
<TextListItem component="dd">1.2.0</TextListItem>
</TextList>
</TextContent>
</TextContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ exports[`AppAboutModal 1`] = `
<TextListItem
component="dd"
>
1.1.0
1.2.0
</TextListItem>
</TextList>
</TextContent>
Expand Down

0 comments on commit 8d137a1

Please sign in to comment.