Skip to content

Commit

Permalink
Merge pull request #32 from untilhamza/release/v1.4.0
Browse files Browse the repository at this point in the history
Release/v1.4.0
  • Loading branch information
untilhamza authored Mar 11, 2023
2 parents e0533d7 + 04520fd commit e542a85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/BookingMenu/BookingMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const BookingMenu = ({ onMakeAppointment, onModifyAppointment, onBack }) => {
</div>
<div className="mb-2 mt-3">
<div className="">
<a aria-label="Chat on WhatsApp" href="https://wa.me/821098999793">
<a aria-label="Chat on WhatsApp" href="https://wa.me/821095399012">
<img alt="Chat on WhatsApp" src="assets/images/whatsapp/WhatsAppButtonGreenLarge.svg" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/NewBooking.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const NewBooking = () => {
Swal.fire({
title: `Welcome! Incase there are no
slots`,
html: `<p>Please contact the owner on WhatsApp (+82 10-9539-9012) and he will help you make an appointment.</p> <a aria-label="Chat on WhatsApp" href="https://wa.me/821098999793">
html: `<p>Please contact the owner on WhatsApp (+82 10-9539-9012) and he will help you make an appointment.</p> <a aria-label="Chat on WhatsApp" href="https://wa.me/821095399012">
<img alt="Chat on WhatsApp" src="assets/images/whatsapp/WhatsAppButtonGreenLarge.svg" />
</a>`,
icon: `info`,
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.3.2"
"version": "1.4.0"
}

0 comments on commit e542a85

Please sign in to comment.