Rating Removals
This commit is contained in:
+2
-27
@@ -1039,30 +1039,7 @@ class Fleet extends React.Component {
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">{downloadSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">{downloadSection.text}</p>
|
||||
{/* STORE BADGES */}
|
||||
<div className="stores-badge">
|
||||
{/* AppStore */}
|
||||
<a href="#" className="store">
|
||||
<img className="appstore" src="assets/images/appstore-white.png" alt="appstore-logo" />
|
||||
</a>
|
||||
{/* Google Play */}
|
||||
<a href="#" className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay-white.png" alt="googleplay-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* Rating */}
|
||||
<div className="txt-block-rating">
|
||||
<div className="stars-rating">
|
||||
{downloadSection.ratingText}
|
||||
<span className="flaticon-star ml-5" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star-half-empty" />
|
||||
<p className="txt-rating">{downloadSection.reviewText}</p>
|
||||
</div>
|
||||
</div>
|
||||
<p className="p-xl">{downloadSection.text}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
@@ -1245,7 +1222,5 @@ let subscribeSection = {
|
||||
// Download Section
|
||||
let downloadSection = {
|
||||
header: 'Take your fleet to the next level',
|
||||
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus',
|
||||
ratingText: 'All Versions Rating',
|
||||
reviewText: 'Based on 7.296 user reviews (App Store & Google Play)'
|
||||
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus'
|
||||
}
|
||||
Reference in New Issue
Block a user