From ddb53778fc3cfd1d2054883d984ad9a1ee7d31d7 Mon Sep 17 00:00:00 2001 From: tonyfages Date: Tue, 21 Jan 2025 09:29:25 +0100 Subject: [PATCH] HomeScreen + Loggin :sparkles: --- components/WorkoutCardComponent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/WorkoutCardComponent.tsx b/components/WorkoutCardComponent.tsx index 13b5088..8827032 100644 --- a/components/WorkoutCardComponent.tsx +++ b/components/WorkoutCardComponent.tsx @@ -1,4 +1,4 @@ -import {ImageBackground, SafeAreaView,Text, TouchableOpacity, View} from "react-native"; +import {ImageBackground, Text, TouchableOpacity, View} from "react-native"; import React from "react"; import {AntDesign, MaterialCommunityIcons} from "@expo/vector-icons"; import {Workout} from "@/model/Workout"; @@ -20,7 +20,7 @@ export default function WorkoutCardComponent() { - {exercise.duration} min@ + {exercise.duration} min