Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgodhani committed Feb 23, 2019
1 parent 9910b28 commit 701199a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/renderer/components/Lyft.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@
<footer class="mt-auto p-4" v-if="form === 'DOWNLOADED'">
<div class="row">
<div class="col-md-10 mx-auto">
<!-- <p class="text-center">Upgrade to Ride Receipts PRO and get an itemized Excel doc of all your trips.</p> -->
<p class="text-center">Ride Receipts PRO is coming soon.</p>
<p class="text-center"><a href="https://ridereceipts.io" class="upgrade-link js-external-link">Upgrade to Ride Receipts PRO and get an itemized Excel doc of all your trips. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></a></p>
</div>
</div>
</footer>
Expand Down
3 changes: 1 addition & 2 deletions src/renderer/components/Uber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@
<footer class="mt-auto p-4" v-if="form === 'DOWNLOADED'">
<div class="row">
<div class="col-md-10 mx-auto">
<!-- <p class="text-center"><a href="https://ridereceipts.io" class="upgrade-link js-external-link">Upgrade to Ride Receipts PRO and get an itemized Excel doc of all your trips. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></a></p> -->
<p class="text-center">Ride Receipts PRO is coming soon</p>
<p class="text-center"><a href="https://ridereceipts.io" class="upgrade-link js-external-link">Upgrade to Ride Receipts PRO and get an itemized Excel doc of all your trips. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></a></p>
</div>
</div>
</footer>
Expand Down

0 comments on commit 701199a

Please sign in to comment.