@secondstaxorg/sscomp 1.2.1 → 1.2.3
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.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21233,7 +21233,7 @@ const CopyrightText = styled.p`
|
|
|
21233
21233
|
|
|
21234
21234
|
const _jsxFileName$A = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Footer\\Footer.tsx";
|
|
21235
21235
|
const Footer = () => {
|
|
21236
|
-
const [title,setTitle] =
|
|
21236
|
+
const [title,setTitle] = React$2.useState('Contact Us');
|
|
21237
21237
|
|
|
21238
21238
|
return (
|
|
21239
21239
|
React$2.createElement(FooterContainer, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 8}}
|