diff --git a/src/components/NpmCard.js b/src/components/NpmCard.js index 88e765a..d723052 100644 --- a/src/components/NpmCard.js +++ b/src/components/NpmCard.js @@ -3,20 +3,22 @@ import { FaNpm } from 'react-icons/fa' import { Card, CardTitle, DedicatedAvailability } from './Card' export default function NpmCard({ name }) { + const lowerCase = name.toLowerCase() + return ( - + npm } /> }