diff --git a/build.zip b/build.zip index 15031dac0145f14426d870fb3583b153a87bc09c..54c487763b97d10654d5d594cf61afefb08b462f 100644 Binary files a/build.zip and b/build.zip differ diff --git a/src/assets/styles/global.ts b/src/assets/styles/global.ts index 00aef3ea8150f26d0050e5d7db599eefc0f3b1bd..8c95f8f9adb3ab3f3c7c30dd8aeb73c091c77c5d 100644 --- a/src/assets/styles/global.ts +++ b/src/assets/styles/global.ts @@ -7,7 +7,7 @@ export default createGlobalStyle` // box-sizing: border-box; //} - + p { margin: 0; padding: 0; diff --git a/src/modules/Modals/ProductModal/ProductModal.tsx b/src/modules/Modals/ProductModal/ProductModal.tsx index 06b49492a2bdc13daaffbe6ebb6635ed6e2221ef..9e955ce8a02488fe73071acb577ed2b72ca2186e 100644 --- a/src/modules/Modals/ProductModal/ProductModal.tsx +++ b/src/modules/Modals/ProductModal/ProductModal.tsx @@ -16,9 +16,6 @@ const ProductModal = (props: IModal) => { id } = props; - - const activeModal = useAppSelector(state => state.modal.activeModal); - const dispatch = useAppDispatch(); @@ -59,7 +56,7 @@ const ProductModal = (props: IModal) => { Больше детальной информации
- на cyclodynon.ru + на cyclodynon.ru
@@ -67,11 +64,7 @@ const ProductModal = (props: IModal) => { - + { - + diff --git a/src/modules/Modals/ProductModal/styles.ts b/src/modules/Modals/ProductModal/styles.ts index a0bcef97f008e4b6f9e8990ecfee6f71c45b38c3..59d7e96b80db59773863073530937c9913201751 100644 --- a/src/modules/Modals/ProductModal/styles.ts +++ b/src/modules/Modals/ProductModal/styles.ts @@ -8,6 +8,11 @@ export const ProductModal = styled.div` margin: 0 auto; width: 100%; + + a { + text-decoration: none; + color: inherit; + } @media(min-width: 576px) { max-width: 460px; } diff --git a/src/utils/consts.ts b/src/utils/consts.ts index 5a030043031ffbdeab1793e8452d09d6ff93ce94..bba7c2f7c11afb04c3bfcc4803ecb673c4dd9ef1 100644 --- a/src/utils/consts.ts +++ b/src/utils/consts.ts @@ -1,3 +1,3 @@ -export const APP_ID: number = 51708541; +export const APP_ID: number = 51433244; export const GROUP_ID: number = 43895657; \ No newline at end of file diff --git a/src/views/Day/styles.ts b/src/views/Day/styles.ts index 0deb490b83d0783890ac5356b9ef08aa71d19357..8e98c0c294be4140abc4cebc866bcc9fde976496 100644 --- a/src/views/Day/styles.ts +++ b/src/views/Day/styles.ts @@ -155,6 +155,7 @@ export const Emoji = styled.div` export const Share = styled.div` color: var(--vkui--color_background_positive); position: relative; + cursor: pointer; padding-left: calc(var(--bs-gutter) * 2); &::before { content: ""; diff --git a/vk-hosting-config.json b/vk-hosting-config.json index 147cfb57e2c86fa4dd31b607bde7197a3aa2b254..79b12bea0f4a71fb6d64bcbeb428c70fbc09c2bd 100644 --- a/vk-hosting-config.json +++ b/vk-hosting-config.json @@ -1,6 +1,6 @@ { "static_path": "build", - "app_id": 51708541, + "app_id": 51433244, "endpoints": { "mobile": "index.html", "mvk": "index.html",