Skip to content

Commit

Permalink
Version message change
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Aug 24, 2022
1 parent 5b9799b commit 0bdc729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/layouts/AuthenticatedLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const AuthenticatedLayout = (): JSX.Element | null => {
{isAdmin && appVersion.newVersionAvailable && (
<HeaderBanner bannerKey={`NEW VERSION ${appVersion.latest}`}>
<p>
🎉 There is a new version of the Praise out! You are running{' '}
🎉 There is a new version of Praise out! You are running{' '}
{appVersion.current}, latest version is {appVersion.latest}.{' '}
<a
href="https://github.com/commons-stack/praise/releases"
Expand Down

0 comments on commit 0bdc729

Please sign in to comment.