diff --git a/packages/bbui/src/SideNavigation/Item.svelte b/packages/bbui/src/SideNavigation/Item.svelte index dfebdb46a6..30da1fa172 100644 --- a/packages/bbui/src/SideNavigation/Item.svelte +++ b/packages/bbui/src/SideNavigation/Item.svelte @@ -7,6 +7,7 @@ export let icon = "" export let selected = false export let disabled = false + export let dataCy
+
New version {clientPackage.version} is available - { @@ -123,7 +123,7 @@
{:else} -You're running the latest!
+You're running the latest!
{/if}+ The app is currently using version + {$store.version} + but version {clientPackage.version} is available. +
+ {:else} ++ The app is currently using version + {$store.version}. You're running the latest! +
+ {/if}- The app is currently using version {app?.version} - but version {clientPackage.version} is available. + Updates can contain new features, performance improvements and bug + fixes.
- {:else} +- The app is currently using version {app?.version}. You're running the latest! + Self-host Budibase for free to get unlimited apps and more - and + it only takes a few minutes!
- {/if} -- Updates can contain new features, performance improvements and bug - fixes. -
-- Self-host Budibase for free to get unlimited apps and more - and it - only takes a few minutes! -
-