From 2e410780f34f2f5344497e5e856e951023c7a2c2 Mon Sep 17 00:00:00 2001 From: Andrea Magnussen <andrea@magnussen.net> Date: Thu, 17 Jun 2021 11:37:36 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e22def1..60d9140 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ We divided the frontend into roughly four modules; home, camera, profile and adm #### Home Module <p align="center"> - <img src="images/home.png" alt="home" width="300"/> - <img src="images/register_location.png" alt="register location" width="300"/> - <img src="images/edit_location.png" alt="edit location" width="300"/> + <img src="images/home.png" alt="home" width="100"/> + <img src="images/register_location.png" alt="register location" width="100"/> + <img src="images/edit_location.png" alt="edit location" width="100"/> </p> The home module is the first a user sees when they log into the application. A map containing all registered locations are displayed, including the user's current position if they have allowed the application to use it. If the user long press on the map, a new marker will be added and a button to add a new location will appear. -- GitLab