Posts by Lucas Siqueira Rodrigues • 3 points
1 post
-
-1
votes1
answer42
viewsQ: I am trying to make a favorite button in the js Act, that by clicking the icon with the classname"far fa-Heart" it changes to classname"fas fa-Heart"
import Cama from 'cama.png' import React from 'react' import styles from './styles.module.scss' export default function Recommend() { const [favorit, setFavorit ] = useState(); return ( <div…