@@ -18,7 +18,6 @@ import PropTypes from "prop-types";
1818
1919// @mui material components
2020import Link from "@mui/material/Link" ;
21- import Icon from "@mui/material/Icon" ;
2221
2322// Soft UI Dashboard React components
2423import SuiBox from "components/SuiBox" ;
@@ -64,19 +63,13 @@ function Footer({ company, links }) {
6463 fontSize = { size . sm }
6564 px = { 1.5 }
6665 >
67- © { new Date ( ) . getFullYear ( ) } , made with
68- < SuiBox fontSize = { size . regular } color = "text" mb = { - 0.5 } mx = { 0.25 } >
69- < Icon color = "inherit" fontSize = "inherit" >
70- favorite
71- </ Icon >
72- </ SuiBox >
73- by
66+ ©
7467 < Link href = { href } target = "_blank" >
7568 < SuiTypography variant = "button" fontWeight = "medium" >
7669 { name }
7770 </ SuiTypography >
7871 </ Link >
79- for a better web .
72+ Coded By AppSeed .
8073 </ SuiBox >
8174 < SuiBox component = "ul" customClass = { classes . footer_list } >
8275 { renderLinks ( ) }
@@ -87,12 +80,10 @@ function Footer({ company, links }) {
8780
8881// Setting default values for the props of Footer
8982Footer . defaultProps = {
90- company : { href : "https://www.creative-tim.com/ " , name : "Creative Tim" } ,
83+ company : { href : "https://bit.ly/3fKQZaL " , name : "Creative Tim" } ,
9184 links : [
92- { href : "https://www.creative-tim.com/" , name : "Creative Tim" } ,
93- { href : "https://www.creative-tim.com/presentation" , name : "About Us" } ,
94- { href : "https://www.creative-tim.com/blog" , name : "Blog" } ,
95- { href : "https://www.creative-tim.com/license" , name : "License" } ,
85+ { href : "https://appseed.us/product/node-js-react-soft-dashboard" , name : "Product" } ,
86+ { href : "https://appseed.us/support" , name : "Support" } ,
9687 ] ,
9788} ;
9889
0 commit comments