Skip to content

Commit

Permalink
Fix margins
Browse files Browse the repository at this point in the history
Don't show in changelog
  • Loading branch information
4ian committed Jan 6, 2025
1 parent fbf9710 commit 0f25b80
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions newIDE/app/src/VersionHistory/UseVersionHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,19 +443,23 @@ const useVersionHistory = ({
</Column>
</Line>
) : !isUserAllowedToSeeVersionHistory ? (
<GetSubscriptionCard
subscriptionDialogOpeningReason="Version history"
forceColumnLayout
filter="team"
>
<Text>
<Trans>
Access project history, name saves, restore older versions.
<br />
Upgrade to a Pro plan to get started!
</Trans>
</Text>
</GetSubscriptionCard>
<Line expand>
<Column expand>
<GetSubscriptionCard
subscriptionDialogOpeningReason="Version history"
forceColumnLayout
filter="team"
>
<Text>
<Trans>
Access project history, name saves, restore older versions.
<br />
Upgrade to a Pro plan to get started!
</Trans>
</Text>
</GetSubscriptionCard>
</Column>
</Line>
) : !state.versions && versionsFetchingError ? (
<Line expand>
<Column expand>
Expand Down

0 comments on commit 0f25b80

Please sign in to comment.