Skip to content

Commit

Permalink
changed logo to default
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSena19 committed Oct 14, 2023
1 parent dcdafa8 commit b04e089
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion lib/screens/apppointment_screen.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:health_watch/constants/push_routes.dart';
import 'package:health_watch/constants/routes.dart';
import 'package:health_watch/utilities/appbar_widget.dart';
import 'package:health_watch/utilities/appointment_card.dart';
import 'package:health_watch/utilities/drawer_widget.dart';
Expand Down Expand Up @@ -278,7 +280,9 @@ class _AppointmentScreenState extends State<AppointmentScreen> {
TextStyle(fontWeight: FontWeight.bold, fontSize: 15),
),
ElevatedButton(
onPressed: () {},
onPressed: () {
pushRoute(context, searchRoute);
},
style: ElevatedButton.styleFrom(elevation: 0),
child: const Text('Find Pharmacists'),
),
Expand Down

0 comments on commit b04e089

Please sign in to comment.