before start updating to new redux

This commit is contained in:
QkoSad
2023-05-18 20:17:22 +03:00
parent 7451b337af
commit 35b69eae3f
11 changed files with 53 additions and 42 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
import React, { useEffect } from 'react';
import { Link } from 'react-router-dom';
import PropTypes from 'prop-types';
@@ -33,7 +32,7 @@ const Dashboard = ({
<div className="my-2">
<button className="btn btn-danger" onClick={() => deleteAccount()}>
<i className="fas fa-user-minus" /> Delete My Account
<i className="fas fa-user" /> Delete My Account
</button>
</div>
</>