diff --git a/fittrackee_client/public/index.html b/fittrackee_client/public/index.html index a4687ed6..8f2cc6d9 100644 --- a/fittrackee_client/public/index.html +++ b/fittrackee_client/public/index.html @@ -8,13 +8,14 @@ + href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" + integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" + crossorigin="anonymous" + >
+ + + diff --git a/fittrackee_client/src/components/Activity/ActivityDisplay/index.jsx b/fittrackee_client/src/components/Activity/ActivityDisplay/index.jsx index ad8d56fc..ffe5dc94 100644 --- a/fittrackee_client/src/components/Activity/ActivityDisplay/index.jsx +++ b/fittrackee_client/src/components/Activity/ActivityDisplay/index.jsx @@ -79,7 +79,7 @@ class ActivityDisplay extends React.Component {
-
+
{activity.with_gpx ? ( ) : ( diff --git a/fittrackee_client/src/components/Dashboard/UserStatistics.jsx b/fittrackee_client/src/components/Dashboard/UserStatistics.jsx index 7ea0d9d0..0d882648 100644 --- a/fittrackee_client/src/components/Dashboard/UserStatistics.jsx +++ b/fittrackee_client/src/components/Dashboard/UserStatistics.jsx @@ -12,7 +12,7 @@ export default function UserStatistics (props) { duration = `${duration.split(':')[0]}h ${duration.split(':')[1]}min` return (
-
+
@@ -25,7 +25,7 @@ export default function UserStatistics (props) {
-
+
@@ -40,7 +40,7 @@ export default function UserStatistics (props) {
-
+
@@ -53,7 +53,7 @@ export default function UserStatistics (props) {
-
+