Skip to content

Commit

Permalink
fix: js import search template (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: “BogdanDanilescu” <bogdan.danilescu@nearform.com>
  • Loading branch information
BogdanDanilescu and “BogdanDanilescu” authored Dec 2, 2024
1 parent 8d21c6a commit 1d57480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/public/templates/search-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ <h2 class="gi-heading-lg">Filters</h2>
</div>
</footer>

<script src="/govie-frontend.umd.js"></script>
<script src="govie-frontend.umd.js"></script>
<div class="notyf"></div>
<div
class="notyf-announcer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{{
govieIconButton({
"className": "gi-mb-4 gi-ml-1 gi-flex-none",
"className": "gi-ml-1 gi-flex-none",
"icon": { "icon": props.icon }
})
}}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/ds/src/header/components/header-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function HeaderSearch({
<IconButton
icon={{ icon, ariaLabel: 'Open' }}
size="medium"
className="gi-mb-4 gi-ml-1 gi-flex-none"
className="gi-ml-1 gi-flex-none"
/>
</div>
</form>
Expand Down

0 comments on commit 1d57480

Please sign in to comment.