Skip to content

Commit

Permalink
id added to purchase button
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobatgeldi committed Oct 19, 2023
1 parent 19e20d5 commit c4cfd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Company.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Company extends Component {
<li><span className="icon"><FiCheck /></span> Motion Ride for entertainment applications.</li>
</ul>
<div className="button-group mt--40">
<a className="btn-default btn-medium round btn-icon" href="/ngs">Purchase Now <i className="icon"><FiArrowRight /></i></a>
<a id="purchase" className="btn-default btn-medium round btn-icon" href="/ngs">Purchase Now <i className="icon"><FiArrowRight /></i></a>
<Link className="btn-default btn-medium btn-border round btn-icon" to="/contact">Contact Us <i className="icon"><FiArrowRight /></i></Link>
</div>
</div>
Expand Down

0 comments on commit c4cfd4c

Please sign in to comment.