diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..edc13f8 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,14 @@ + + + + RewriteEngine On + RewriteBase / + RewriteRule ^index\.html$ - [L] + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-l + RewriteRule . /index.html [L] + FallbackResource ./index.html + + + \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 3f52151..9fb8299 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -82,7 +82,6 @@ export const App: React.FC = () => {
-
diff --git a/src/components/calendarDesktop/calendarDesktop.tsx b/src/components/calendarDesktop/calendarDesktop.tsx index 596bf05..5226b76 100644 --- a/src/components/calendarDesktop/calendarDesktop.tsx +++ b/src/components/calendarDesktop/calendarDesktop.tsx @@ -39,7 +39,7 @@ export const CalendarDesktop: React.FC = ({ return (
- +
= ({ setDisplayForm, displayForm, return ( +
) } \ No newline at end of file diff --git a/src/components/demonstration/demonstration.css b/src/components/demonstration/demonstration.css index 9398424..12220d5 100644 --- a/src/components/demonstration/demonstration.css +++ b/src/components/demonstration/demonstration.css @@ -116,6 +116,10 @@ opacity: 1; } +.demos__route { + width: 100%; +} + @media screen and (max-width: 1024px) { .block { diff --git a/src/components/demos/demos.css b/src/components/demos/demos.css index df575bb..f2e53d2 100644 --- a/src/components/demos/demos.css +++ b/src/components/demos/demos.css @@ -9,6 +9,8 @@ border-radius: 16px; position: relative; width: 84%; + text-decoration: none; + } .demos__tittle { diff --git a/src/components/demos/demos.tsx b/src/components/demos/demos.tsx index 500a6ba..e57242b 100644 --- a/src/components/demos/demos.tsx +++ b/src/components/demos/demos.tsx @@ -11,7 +11,7 @@ export const Demos: React.FC = ({ text }) => {

{text.title}

-
icon @@ -29,7 +29,7 @@ export const Demos: React.FC = ({ text }) => {
- + ) diff --git a/src/components/footer/footer.css b/src/components/footer/footer.css index bc4914a..3259491 100644 --- a/src/components/footer/footer.css +++ b/src/components/footer/footer.css @@ -152,6 +152,7 @@ font-size: 18px; line-height: 140%; /* or 25px */ + text-decoration: none; /* Gray */ diff --git a/src/index.tsx b/src/index.tsx index 63f40fd..ed5fdd9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -10,7 +10,7 @@ const root = ReactDOM.createRoot( ); root.render( - + ); diff --git a/src/utils/textEN.js b/src/utils/textEN.js index f637d74..93c2511 100644 --- a/src/utils/textEN.js +++ b/src/utils/textEN.js @@ -39,7 +39,7 @@ const textEN = { }, multiplayer: { mainBlockCaptionColor: 'for teamwork.', - mainBlockCaption: 'The customer can walk around the residential complex together with their loved ones who connect from different devices.This is a completely new experience in the process of choosing an apartment', + mainBlockCaption: 'The customer can walk around the residential complex together with their loved ones who connect from different devices. This is a completely new experience in the process of choosing an apartment', mainBlockSubblock: "The application easily adapts to any screen size. Our solution looks good on both mobile or large touchscreen in a developer's sales department.", button: 'Demoversion' },