From b64109c557ee7a96532f7091129771d27cc0ba32 Mon Sep 17 00:00:00 2001 From: Roman Popat Date: Mon, 7 Apr 2025 21:07:31 +0000 Subject: [PATCH 1/2] indentation --- bs3/src/components/bottom-app-bar.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bs3/src/components/bottom-app-bar.js b/bs3/src/components/bottom-app-bar.js index c81cfda..2786db0 100644 --- a/bs3/src/components/bottom-app-bar.js +++ b/bs3/src/components/bottom-app-bar.js @@ -47,7 +47,9 @@ function HideOnScroll(props) { - User ID - {user} + + User ID - {user} +
{ location.local ? ( From a822ae7246282170b5bd92476065aca7476582ec Mon Sep 17 00:00:00 2001 From: Roman Popat Date: Mon, 7 Apr 2025 21:08:08 +0000 Subject: [PATCH 2/2] Remove

tags from modal description --- bs3/src/AppWrapper.js | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/bs3/src/AppWrapper.js b/bs3/src/AppWrapper.js index f9cfe4e..184ad3a 100644 --- a/bs3/src/AppWrapper.js +++ b/bs3/src/AppWrapper.js @@ -28,17 +28,16 @@ export default function AppWrapper() { boxShadow: 24 }} > - - Welcome to the BS3 community. - - -

This app will ask to use your location data to confirm that you are in BS3.

-

It's optional but without it you will not be able to vote or post.

-

You are free to remain anonymous and your location data will never be stored.

- - + + Welcome to the BS3 community. + + + Location is optional but without it you will not be able to vote or post. + Location data will never be stored. + +
);