@@ -149,7 +149,7 @@ class FixedPlugin extends Component {
149149 < div className = "button-container" >
150150 < Button
151151 color = "success"
152- href = "https://www.creative-tim.com/product/material-dashboard-react"
152+ href = "https://www.creative-tim.com/product/material-dashboard-react?ref=mdr-fixed-plugin "
153153 target = "_blank"
154154 fullWidth
155155 >
@@ -161,7 +161,7 @@ class FixedPlugin extends Component {
161161 < div className = "button-container" >
162162 < Button
163163 color = "warning"
164- href = "https://www.creative-tim.com/product/material-dashboard-pro-react"
164+ href = "https://www.creative-tim.com/product/material-dashboard-pro-react?ref=mdr-fixed-plugin "
165165 target = "_blank"
166166 fullWidth
167167 >
@@ -173,7 +173,7 @@ class FixedPlugin extends Component {
173173 < Button
174174 color = "info"
175175 fullWidth
176- href = "https://demos.creative-tim.com/material-dashboard-react/#/documentation/tutorial"
176+ href = "https://demos.creative-tim.com/material-dashboard-react/#/documentation/tutorial?ref=mdr-fixed-plugin "
177177 target = "_blank"
178178 >
179179 Documentation
@@ -192,7 +192,7 @@ FixedPlugin.propTypes = {
192192 handleFixedClick : PropTypes . func ,
193193 rtlActive : PropTypes . bool ,
194194 fixedClasses : PropTypes . string ,
195- bgColor : PropTypes . oneOf ( [ "primary " , "info " , "success " , "warning " , "danger " ] ) ,
195+ bgColor : PropTypes . oneOf ( [ "purple " , "blue " , "green " , "orange " , "red " ] ) ,
196196 handleColorClick : PropTypes . func ,
197197 handleImageClick : PropTypes . func
198198} ;
0 commit comments