Skip to content

Commit

Permalink
Tweak - Addons content made concrete and design to make it fit (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamprazol authored Oct 2, 2023
1 parent d1eac11 commit 67ec5a4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
Binary file modified assets/images/onboard-icons/advanced-fields.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/onboard-icons/content-restriction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/onboard-icons/customize-my-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/onboard-icons/woo-extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 25 additions & 25 deletions src/components/screens/LastPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ function LastPage({ onBoardIconsURL }) {
>
{__("Our Popular Addons", "user-registration")}
</Text>
<Flex justify="space-between" wrap="wrap" gap="18px">
<Flex justify="space-between" wrap="wrap" gap="10px">
<Flex
flex="0 0 48%"
padding="10px 14px 10px 10px"
flex="0 0 49%"
padding="10px"
justifyContent="space-between"
gap="20px"
gap="10px"
width="358px"
height="125px"
borderRadius="7px"
Expand All @@ -86,22 +86,22 @@ function LastPage({ onBoardIconsURL }) {
{__("Advanced Fields", "user-registration")}
</Text>
<Text
fontSize="13px"
fontSize="12px"
fontWeight="400"
noOfLines={3}
noOfLines={4}
>
{__(
"Advanced Fields provides you with additional advanced fields like Section Title, Custom HTML, Phone, Time Picker and WYSIWYG Fields.",
"Offers extra fields like Section Title, Phone, Profile Picture, HTML, Time Picker, and WYSIWYG for complex forms.",
"user-registration"
)}
</Text>
</Flex>
</Flex>
<Flex
flex="0 0 48%"
padding="10px 14px 10px 10px"
flex="0 0 49%"
padding="10px"
justifyContent="space-between"
gap="20px"
gap="10px"
width="358px"
height="125px"
borderRadius="7px"
Expand All @@ -128,20 +128,20 @@ function LastPage({ onBoardIconsURL }) {
{__("WooCommerce", "user-registration")}
</Text>
<Text
fontSize="13px"
fontSize="12px"
fontWeight="400"
noOfLines={3}
noOfLines={4}
>
{__(
"Integrates WooCommerce plugin with your user-registration and allows you to manage user billing, shipping, orders via user registration account page",
"Integrate WooCommerce plugin for user registration, enabling user account management of billing, shipping, and orders",
"user-registration"
)}
</Text>
</Flex>
</Flex>
<Flex
flex="0 0 48%"
padding="10px 14px 10px 10px"
flex="0 0 49%"
padding="10px"
justifyContent="space-between"
width="358px"
height="125px"
Expand All @@ -150,7 +150,7 @@ function LastPage({ onBoardIconsURL }) {
boxShadow: "0px 6px 20px rgba(71, 91, 178, 0.08)",
}}
bg="#FAFAFA"
gap="20px"
gap="10px"
>
<Image
htmlWidth="140px"
Expand All @@ -171,20 +171,20 @@ function LastPage({ onBoardIconsURL }) {
{__("Content Restriction", "user-registration")}
</Text>
<Text
fontSize="13px"
fontSize="12px"
fontWeight="400"
noOfLines={3}
noOfLines={4}
>
{__(
"Content Restriction addon allows you to restrict full or partial content from page, post to only logged in users or logged in users with specific roles.",
"Easily restrict page or post content to logged-in users or specific user roles with this addon.",
"user-registration"
)}
</Text>
</Flex>
</Flex>
<Flex
flex="0 0 48%"
padding="10px 14px 10px 10px"
flex="0 0 49%"
padding="10px"
justifyContent="space-between"
height="125px"
borderRadius="7px"
Expand All @@ -193,7 +193,7 @@ function LastPage({ onBoardIconsURL }) {
}}
bg="#FAFAFA"
width="358px"
gap="20px"
gap="10px"
>
<Image
htmlWidth="140px"
Expand All @@ -216,12 +216,12 @@ function LastPage({ onBoardIconsURL }) {
)}
</Text>
<Text
fontSize="13px"
fontSize="12px"
fontWeight="400"
noOfLines={3}
noOfLines={4}
>
{__(
"User Registration Customize My Account add-on allows you to create, edit and delete additional tabs on the account page along with custom content for that tab. Also supports drag and drop sorting of account tabs",
"Easily create, edit, delete, and sort custom tabs on the account page with custom content",
"user-registration"
)}
</Text>
Expand Down

0 comments on commit 67ec5a4

Please sign in to comment.