diff --git a/frontend/src/screens/portfolio/components/PortfolioItem.tsx b/frontend/src/screens/portfolio/components/PortfolioItem.tsx index a98a036..2c79fbc 100644 --- a/frontend/src/screens/portfolio/components/PortfolioItem.tsx +++ b/frontend/src/screens/portfolio/components/PortfolioItem.tsx @@ -1,6 +1,3 @@ -//TO DO Add the tag component -//TO DO Make the updates page inline with the figma - import React from 'react'; import { View, Text, Image } from 'react-native'; import { styled } from 'nativewind';