-
+
= ({ setDisplayForm, displayForm,
return (
-
+
+
+
= ({text}) => {
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}
-

@@ -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(
-