build
This commit is contained in:
parent
f8a205b3ce
commit
09cc3f21e3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,11 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_136_1482)">
|
||||
<rect width="24" height="24" transform="translate(24 24) rotate(-180)" fill="#38A39D"/>
|
||||
<path d="M10.1703 4.99997C10.3197 4.99946 10.4673 5.03243 10.6023 5.09646C10.7373 5.16049 10.8562 5.25395 10.9503 5.36997L15.7803 11.37C15.9274 11.5489 16.0078 11.7733 16.0078 12.005C16.0078 12.2366 15.9274 12.461 15.7803 12.64L10.7803 18.64C10.6106 18.8442 10.3667 18.9726 10.1022 18.997C9.83782 19.0214 9.57454 18.9397 9.37033 18.77C9.16611 18.6002 9.03768 18.3563 9.0133 18.0919C8.98893 17.8275 9.07059 17.5642 9.24033 17.36L13.7103 12L9.39033 6.63997C9.26804 6.49318 9.19037 6.31444 9.16649 6.12489C9.14261 5.93534 9.17352 5.74292 9.25558 5.57039C9.33764 5.39786 9.4674 5.25245 9.62951 5.15136C9.79162 5.05027 9.97929 4.99773 10.1703 4.99997Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_136_1482">
|
||||
<rect width="24" height="24" fill="white" transform="translate(24 24) rotate(-180)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
|
|
@ -5,8 +5,8 @@
|
|||
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>HHM</title>
|
||||
<script type="module" crossorigin src="/assets/index-1f9028f0.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-e28a5f0c.css">
|
||||
<script type="module" crossorigin src="/assets/index-41c297bb.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-93675728.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ const SearchResult = () => {
|
|||
<h1>Результаты по поиску "{word}"</h1>
|
||||
</div>
|
||||
<div className="sresult-content">
|
||||
<CustomNewsScroll data={data} word={word} />
|
||||
<CustomNewsScroll pagination={false} data={data} word={word} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue