Skip to content

Commit ecca8ff

Browse files
committed
demo page build
1 parent 92b89a9 commit ecca8ff

File tree

2 files changed

+112
-111
lines changed

2 files changed

+112
-111
lines changed

demo/pages/HomePage/ModalSection.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ module.exports = React.createClass( {
4141
},
4242

4343
getModalContent () {
44-
return
45-
<div>
44+
return <div>
4645
<p>With the Lightning Design System you can build custom applications with a look and feel that is consistent with Salesforce core features — without reverse engineering our styles! Simply download our platform-agnostic CSS framework and get started today.</p>
4746

47+
<p>
48+
Utilize our detailed guidelines to confidently design excellent apps that fit right into the Salesforce ecosystem. With the Design System, you get access to all of the Salesforce core visual and interaction design patterns so that you can follow established best practices and build apps that have a consistent look and feel with the Salesforce user experience.
49+
</p>
4850
{/*
4951
<SLDSPicklistBase
5052
options={[
@@ -67,7 +69,6 @@ module.exports = React.createClass( {
6769
onSelect={(value)=>{console.log('selected: ',value);}} />
6870
6971
*/}
70-
<p>The Design System is an open source project on GitHub, meaning you can directly impact its evolution by filing issues and submitting pull requests.. This is as much your tool as it is ours, and we look forward to collaborating with developers and partners on making it even better.</p>
7172

7273
</div>;
7374
},

0 commit comments

Comments
 (0)