Skip to content

Commit

Permalink
Slighlty fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau committed Jan 17, 2025
1 parent 88b9f6e commit c4b1157
Showing 1 changed file with 19 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,23 +181,25 @@ export default function PromotionSubscriptionDialog({
</ColumnStackLayout>
)}
<Line>
<Column noMargin>
<LineStackLayout noMargin>
<Text size="sub-title">❤️</Text>
<Text size="sub-title">
<Trans>Support What You Love</Trans>
<ColumnStackLayout noMargin>
<Column noMargin>
<LineStackLayout noMargin>
<Text size="sub-title">❤️</Text>
<Text size="sub-title">
<Trans>Support What You Love</Trans>
</Text>
</LineStackLayout>
<Text size="body" color="secondary">
<Trans>
The GDevelop project is open-source, powered by passion
and community. Your membership helps the GDevelop
company maintain servers, build new features, develop
commercial offerings and keep the open-source project
thriving. Our goal: make game development fast, fun and
accessible to all.
</Trans>
</Text>
</LineStackLayout>
<Text size="body" color="secondary">
<Trans>
The GDevelop project is open-source, powered by passion
and community. Your membership helps the GDevelop company
maintain servers, build new features, develop commercial
offerings and keep the open-source project thriving. Our
goal: make game development fast, fun and accessible to
all.
</Trans>
</Text>
</Column>
{getPlanSpecificRequirements(
i18n,
subscriptionPlansWithPricingSystems
Expand All @@ -209,7 +211,7 @@ export default function PromotionSubscriptionDialog({
{planSpecificRequirements}
</AlertMessage>
))}
</Column>
</ColumnStackLayout>
</Line>
</ColumnStackLayout>
</Dialog>
Expand Down

0 comments on commit c4b1157

Please sign in to comment.