umwd-components 0.1.181 → 0.1.183
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,7 +93,8 @@ function Footer(_ref) {
|
|
|
93
93
|
flexDirection: "column",
|
|
94
94
|
alignItems: "center",
|
|
95
95
|
justifyContent: "flex-start",
|
|
96
|
-
height: "100%"
|
|
96
|
+
height: "100%",
|
|
97
|
+
textDecoration: "none"
|
|
97
98
|
}
|
|
98
99
|
}, /*#__PURE__*/React.createElement(material.Typography, {
|
|
99
100
|
variant: "h6",
|
|
@@ -211,7 +212,7 @@ function Footer(_ref) {
|
|
|
211
212
|
display: "flex",
|
|
212
213
|
justifyContent: "center",
|
|
213
214
|
alignItems: "center",
|
|
214
|
-
pb: "
|
|
215
|
+
pb: "50px"
|
|
215
216
|
}
|
|
216
217
|
}, /*#__PURE__*/React.createElement(MuiLink.MuiLink, {
|
|
217
218
|
href: "https://atelierpaulus.nl/"
|
|
@@ -89,7 +89,8 @@ function Footer(_ref) {
|
|
|
89
89
|
flexDirection: "column",
|
|
90
90
|
alignItems: "center",
|
|
91
91
|
justifyContent: "flex-start",
|
|
92
|
-
height: "100%"
|
|
92
|
+
height: "100%",
|
|
93
|
+
textDecoration: "none"
|
|
93
94
|
}
|
|
94
95
|
}, /*#__PURE__*/React__default.createElement(Typography, {
|
|
95
96
|
variant: "h6",
|
|
@@ -207,7 +208,7 @@ function Footer(_ref) {
|
|
|
207
208
|
display: "flex",
|
|
208
209
|
justifyContent: "center",
|
|
209
210
|
alignItems: "center",
|
|
210
|
-
pb: "
|
|
211
|
+
pb: "50px"
|
|
211
212
|
}
|
|
212
213
|
}, /*#__PURE__*/React__default.createElement(MuiLink, {
|
|
213
214
|
href: "https://atelierpaulus.nl/"
|
package/package.json
CHANGED
package/src/components/Footer.js
CHANGED
|
@@ -93,6 +93,7 @@ function Footer({
|
|
|
93
93
|
alignItems: "center",
|
|
94
94
|
justifyContent: "flex-start",
|
|
95
95
|
height: "100%",
|
|
96
|
+
textDecoration: "none",
|
|
96
97
|
}}
|
|
97
98
|
>
|
|
98
99
|
<Typography variant="h6" color="#ffffff" sx={{ mb: 2 }}>
|
|
@@ -239,7 +240,7 @@ function Footer({
|
|
|
239
240
|
display: "flex",
|
|
240
241
|
justifyContent: "center",
|
|
241
242
|
alignItems: "center",
|
|
242
|
-
pb: "
|
|
243
|
+
pb: "50px",
|
|
243
244
|
}}
|
|
244
245
|
>
|
|
245
246
|
<MuiLink href="https://atelierpaulus.nl/">
|