Skip to content

Commit db5a380

Browse files
feature section content trimmed to match other features
1 parent 3fda942 commit db5a380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default class Index extends React.Component {
2222
getFeatures() {
2323
let featureComponents = [];
2424
let features = [
25-
{ href: '/learn/design-system/overview/', title: 'Design System', description: "Design System is a foundational part of WaveMaker’s enhanced styling experience for maintaining a consistent visual theme across all components within your application. It defines reusable design tokens, such as colors, typography, spac..." },
26-
{ href: '/learn/react-native/wavepulse/', title: 'WavePulse', description: "WavePulse is a lightweight debugging tool tailored for Wavemaker Mobile apps. With minimal setup, you can seamlessly connect and inspect your app's components, view logs, monitor network traffic, analyze app storage, and more." },
25+
{ href: '/learn/design-system/overview/', title: 'Design System', description: "Design System is a foundational part of WaveMaker’s enhanced styling experience for maintaining a consistent visual theme across all components within your application." },
26+
{ href: '/learn/react-native/wavepulse/', title: 'WavePulse', description: "WavePulse is a lightweight debugging tool tailored for Wavemaker Mobile apps. With minimal setup, you can seamlessly connect and inspect your app's components..." },
2727
{ href: '/learn/app-development/core-implementation/core-and-implementation-projects/', title: 'Core Implementation', description: "Core projects act as a foundation with reusable code and components. Implementation projects extend this core functionality to meet specific application requirements." },
2828
{ href: '/learn/app-development/custom-widgets/enterprise-marketplace/', title: 'Prefab MarketPlace', description: "Enterprise marketplace allows artifacts to be published by teams to be used across multiple teams..." }]
2929
features.forEach((feature) => {

0 commit comments

Comments
 (0)