diff --git a/src/examples/Cards/PricingCards/DefaultPricingCard/index.js b/src/examples/Cards/PricingCards/DefaultPricingCard/index.js
index 6343b212..7b1078cc 100644
--- a/src/examples/Cards/PricingCards/DefaultPricingCard/index.js
+++ b/src/examples/Cards/PricingCards/DefaultPricingCard/index.js
@@ -55,7 +55,7 @@ function DefaultPricingCard({ badge, price, specifications, action }) {
));
return (
-
+ (
-
+ fullWidth="true"
+ >
{action.label}
arrow_forward
-
+
) : (
-
{action.label}
arrow_forward
-
+
)}
-
+ )
);
}
diff --git a/src/examples/Cards/ProjectCards/DefaultProjectCard/index.js b/src/examples/Cards/ProjectCards/DefaultProjectCard/index.js
index 8ada91f5..d0e320f4 100644
--- a/src/examples/Cards/ProjectCards/DefaultProjectCard/index.js
+++ b/src/examples/Cards/ProjectCards/DefaultProjectCard/index.js
@@ -52,7 +52,7 @@ function DefaultProjectCard({ image, label, title, description, action, authors
));
return (
-
{action.type === "internal" ? (
-
{action.label}
-
+
) : (
{renderAuthors}
-
+ )
);
}
diff --git a/src/examples/Configurator/index.js b/src/examples/Configurator/index.js
index 08c21f1a..b44a5bc7 100644
--- a/src/examples/Configurator/index.js
+++ b/src/examples/Configurator/index.js
@@ -85,7 +85,7 @@ function Configurator() {
});
return (
-
+ (
-
-
Sidenav Colors
@@ -165,29 +163,26 @@ function Configurator() {
mt: 2,
}}
>
-
Transparent
-
-
+
+
White
-
+
@@ -200,29 +195,27 @@ function Configurator() {
-
+ >
free download
-
+
-
view documentation
-
+
-
+ variant="outlined"
+ >
Tweet
-
+
-
+ )
);
}
diff --git a/src/examples/Navbars/DefaultNavbar/index.js b/src/examples/Navbars/DefaultNavbar/index.js
index d9763bf8..22971dfd 100644
--- a/src/examples/Navbars/DefaultNavbar/index.js
+++ b/src/examples/Navbars/DefaultNavbar/index.js
@@ -70,7 +70,7 @@ function DefaultNavbar({ transparent, light, action }) {
}, []);
return (
-
+ (
-
+ color={action.color ? action.color : 'dark'}
+ borderRadius="none"
+ shadow="none"
+ >
{action.label}
-
+
) : (
@@ -155,7 +155,7 @@ function DefaultNavbar({ transparent, light, action }) {
{mobileView && }
-
+ )
);
}
diff --git a/src/layouts/authentication/components/Socials/index.js b/src/layouts/authentication/components/Socials/index.js
index adc74bbd..03e80e6a 100644
--- a/src/layouts/authentication/components/Socials/index.js
+++ b/src/layouts/authentication/components/Socials/index.js
@@ -19,8 +19,8 @@ import SoftBox from "components/SoftBox";
function Socials() {
return (
-
-
+ (
+
-
+
-
+
-
+
-
+
-
-
+
+ )
);
}
diff --git a/src/layouts/authentication/sign-in/index.js b/src/layouts/authentication/sign-in/index.js
index 256b8877..aab254e2 100644
--- a/src/layouts/authentication/sign-in/index.js
+++ b/src/layouts/authentication/sign-in/index.js
@@ -39,7 +39,7 @@ function SignIn() {
const handleSetRememberMe = () => setRememberMe(!rememberMe);
return (
-
-
+
sign in
-
+
@@ -93,7 +93,7 @@ function SignIn() {
-
+ )
);
}
diff --git a/src/layouts/authentication/sign-up/index.js b/src/layouts/authentication/sign-up/index.js
index 8245ce06..87fe3267 100644
--- a/src/layouts/authentication/sign-up/index.js
+++ b/src/layouts/authentication/sign-up/index.js
@@ -42,7 +42,7 @@ function SignUp() {
const handleSetAgremment = () => setAgremment(!agreement);
return (
-
-
+
sign up
-
+
@@ -111,7 +111,7 @@ function SignUp() {
-
+ )
);
}
diff --git a/src/layouts/billing/components/Bill/index.js b/src/layouts/billing/components/Bill/index.js
index a9596a61..cd9d8985 100644
--- a/src/layouts/billing/components/Bill/index.js
+++ b/src/layouts/billing/components/Bill/index.js
@@ -26,7 +26,7 @@ import SoftButton from "components/SoftButton";
function Bill({ name, company, email, vat, noGutter }) {
return (
-
-
+
delete delete
-
+
edit edit
@@ -88,7 +88,7 @@ function Bill({ name, company, email, vat, noGutter }) {
-
+ )
);
}
diff --git a/src/layouts/billing/components/PaymentMethod/index.js b/src/layouts/billing/components/PaymentMethod/index.js
index e0d31721..cf49213d 100644
--- a/src/layouts/billing/components/PaymentMethod/index.js
+++ b/src/layouts/billing/components/PaymentMethod/index.js
@@ -35,15 +35,15 @@ function PaymentMethod() {
const { borderWidth, borderColor } = borders;
return (
-
+ (
Payment Method
-
+
add
add new card
-
+
@@ -93,7 +93,7 @@ function PaymentMethod() {
-
+ )
);
}