Skip to content

Commit

Permalink
Merge pull request #167 from alphamanuscript/166-add-twitter-link-on-…
Browse files Browse the repository at this point in the history
…homepage

Add social relief's twitter link on homepage
  • Loading branch information
BambanzaJuniorThe2nd authored Oct 27, 2020
2 parents 92b329d + 7c3955e commit 1102219
Showing 4 changed files with 2 additions and 16 deletions.
1 change: 1 addition & 0 deletions webapp/public/index.html
Original file line number Diff line number Diff line change
@@ -48,5 +48,6 @@
})();
</script>
<!--End of Tawk.to Script-->
<script src="https://use.fontawesome.com/33aac5afed.js"></script>
</body>
</html>
6 changes: 0 additions & 6 deletions webapp/src/views/home/home.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<template>
<b-container fluid="sm" class="w-md-75">
<b-alert show variant="warning" class="mt-3">
<h4 class="alert-heading">Downtime with M-PESA push!</h4>
<p>
We are experiencing downtime with M-PESA push payments. Consider using the Paybill option or paying via card when you check out.
</p>
</b-alert>
<section class="my-5">
<div>
<h3 class="text-secondary">
10 changes: 0 additions & 10 deletions webapp/src/views/logged-in-structure.vue
Original file line number Diff line number Diff line change
@@ -81,16 +81,6 @@
>
This account is blocked from making donations. Reason: {{ user.transactionsBlockedReason }}
</div>
<b-container class="custom-container">
<div class="ml-lg-5">
<b-alert show variant="warning" class="mt-3">
<h4 class="alert-heading">Downtime with M-PESA push!</h4>
<p>
We are experiencing downtime with M-PESA push payments. Consider using the Paybill option or paying via card when you check out.
</p>
</b-alert>
</div>
</b-container>
<router-view />
</b-col>
</b-row>
1 change: 1 addition & 0 deletions webapp/src/views/logged-out-structure.vue
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
<b-nav-item to="/#faq" >FAQ</b-nav-item>
<b-nav-item to="/#about-us">About Us</b-nav-item>
<b-nav-item to="/#contact-us">Contact Us</b-nav-item>
<b-nav-item href="https://twitter.com/SocialReliefKe" target="_blank"><i class="fab fa-twitter fa-lg" style="color: #9D1A69 !important"></i></b-nav-item>
<b-nav-item to="#" @click="handleLoginAndSignUpBtnClick">
<b-button size="sm" pill variant="primary">Login / Sign Up</b-button>
</b-nav-item>

0 comments on commit 1102219

Please sign in to comment.