Replace date with focalboard version (#3274)

Co-authored-by: Varghese Jose <varghese.jose@tutanota.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: jprusch <rs@schaeferbarthold.de>
This commit is contained in:
Rajat Dabade 2022-06-28 15:16:28 +05:30 committed by GitHub
parent 9cbf1096fe
commit b40452e4ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ exports[`src/components/topBar should match snapshot for focalboardPlugin 1`] =
class="version"
title="v1.0.0"
>
Aug 2022
v1.0.0
</div>
</div>
</div>

View file

@ -56,7 +56,7 @@ exports[`src/components/workspace return workspace and showcard 1`] = `
class="version"
title="v1.0.0"
>
Aug 2022
v1.0.0
</div>
</div>
</div>
@ -1283,7 +1283,7 @@ exports[`src/components/workspace should match snapshot 1`] = `
class="version"
title="v1.0.0"
>
Aug 2022
v1.0.0
</div>
</div>
</div>

View file

@ -111,7 +111,7 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
class="version"
title="v7.2.0"
>
Aug 2022
v7.2.0
</div>
</div>
</div>

View file

@ -48,7 +48,7 @@ const SidebarUserMenu = () => {
className='version'
title={`v${Constants.versionString}`}
>
{Constants.versionDisplayString}
{`v${Constants.versionString}`}
</div>
</div>
</div>

View file

@ -33,7 +33,7 @@ const TopBar = (): JSX.Element => {
className='version'
title={`v${Constants.versionString}`}
>
{Constants.versionDisplayString}
{`v${Constants.versionString}`}
</div>
</div>
</div>