BUILD
This commit is contained in:
parent
cb6e39b7c4
commit
d29f010e3d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -66,9 +66,9 @@
|
|||
})(window, document, "script", "dataLayer", "GTM-NK394LVK");
|
||||
</script>
|
||||
<title>Turkmen Textile</title>
|
||||
<script type="module" crossorigin src="/assets/index-DdAwN2Ax.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-5unCrpkd.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/react-vendor-CE_Ks92h.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-CdSp3bSD.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-Dh9FO5aJ.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index--gnBA1VZ.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,11 @@ export const HomeAbout: FC = () => {
|
|||
/>
|
||||
|
||||
<div className="flex w-full gap-8">
|
||||
<Link to="/about" className="w-fit">
|
||||
<Link
|
||||
to="https://turkmentextile.turkmenexpo.com/app/storage/app/media/Report/report.pdf"
|
||||
target="_blank"
|
||||
className="w-fit"
|
||||
>
|
||||
<Button variant={"outline"}>
|
||||
{homeAbout[translate].button}
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ export const homeAbout = [
|
|||
},
|
||||
],
|
||||
|
||||
button: "Подробнее",
|
||||
button: "Отчет",
|
||||
button2: "Каталог",
|
||||
},
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ export const homeAbout = [
|
|||
text: "Participants are top-management",
|
||||
},
|
||||
],
|
||||
button: "More",
|
||||
button: "Report",
|
||||
button2: "Catalog",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue