Skip to content

Commit d268980

Browse files
committed
946147: Update Stock Market Use Case Sample Based on UX Review.
1 parent b96e92a commit d268980

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Stock-Market-Application/src/components/KnowMore.tsx

-16
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,24 @@ export default function KnowMore() {
1111
ID: 1,
1212
ContentTitle: 'Understanding the Stock Market',
1313
Content: 'The stock market is a platform where investors buy and sell shares of publicly traded companies. It plays a crucial role in the economy, allowing businesses to raise capital and investors to grow their wealth. Learning the fundamentals of stock trading can help you make informed financial decisions.',
14-
DocLink: 'https://ej2.syncfusion.com/react/documentation/grid/getting-started',
15-
DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/grid/overview',
1614
ImgPath: img1,
1715
},
1816
{
1917
ID: 2,
2018
ContentTitle: 'The Mechanics of Buying and Selling Stocks',
2119
Content: 'Stock trading involves placing buy and sell orders through brokers or trading platforms. Prices fluctuate based on supply and demand, economic factors, and company performance. Investors can engage in different strategies such as day trading, swing trading, or long-term investing to maximize their returns.',
22-
DocLink: 'https://ej2.syncfusion.com/react/documentation/chart/getting-started',
23-
DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/chart/overview',
2420
ImgPath: img2,
2521
},
2622
{
2723
ID: 3,
2824
ContentTitle: 'What Influences Stock Prices?',
2925
Content: ' Several factors impact stock prices, including economic indicators, company earnings, global events, and investor sentiment. Market trends, interest rates, and inflation also play significant roles. Keeping an eye on these factors helps investors make strategic investment choices.',
30-
DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction',
31-
DemoLink: 'https://ej2.syncfusion.com/',
3226
ImgPath: img3,
3327
},
3428
{
3529
ID: 4,
3630
ContentTitle: 'Smart Strategies for Stock Market Success',
3731
Content: 'To succeed in the stock market, its essential to diversify your portfolio, conduct thorough research, and have a long-term investment perspective. Avoid emotional decision-making and always assess risk before investing. Continuous learning and staying updated with market trends will help you navigate the complexities of stock trading effectively.',
38-
DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction',
39-
DemoLink: 'https://ej2.syncfusion.com/',
4032
ImgPath: img4,
4133
}
4234
];
@@ -46,14 +38,6 @@ export default function KnowMore() {
4638
<div className="col-sm-5 component-container">
4739
<div className="heading">{props.ContentTitle || 'Product Information'}</div>
4840
<div className="description">{props.Content}</div>
49-
<p className="card-text">For more information, please refer to the {' '}
50-
<a href={props.DocLink} target="_blank" rel="noopener noreferrer">
51-
documentation
52-
</a> and {' '}
53-
<a href={props.DemoLink} target="_blank" rel="noopener noreferrer">
54-
demo
55-
</a>.
56-
</p>
5741
</div>
5842
<div className="col-sm-5 image-container">
5943
<picture>

0 commit comments

Comments
 (0)