astro-accelerator 4.0.22 → 4.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/css/main.css +4 -0
- package/public/js/search.js +1 -1
package/package.json
CHANGED
package/public/css/main.css
CHANGED
package/public/js/search.js
CHANGED
|
@@ -477,7 +477,7 @@ function initializeSearch() {
|
|
|
477
477
|
svgIcon.className = 'result-path__icon';
|
|
478
478
|
svgIcon.innerHTML = `
|
|
479
479
|
<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10">
|
|
480
|
-
<path d="M1 9L5 5L1 1" stroke
|
|
480
|
+
<path d="M1 9L5 5L1 1" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
|
|
481
481
|
</svg>
|
|
482
482
|
`;
|
|
483
483
|
path.appendChild(svgIcon);
|