Skip to content

Commit

Permalink
[BSv5] Offline-search adjust arrow class name (google#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and deining committed Feb 19, 2023
1 parent 8ae1625 commit e18dcee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/js/offline-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$searchInput.data('placement', 'bottom');
$searchInput.data(
'template',
'<div class="td-offline-search-results popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'
'<div class="td-offline-search-results popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'
);

//
Expand Down
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)

[build]
publish = "userguide/public"
command = "npm run docs-install && npm run build:preview"
command = "hugo --themesDir ../.."

[build.environment]
GO_VERSION = "1.19.5"
HUGO_VERSION = "0.110.0"
GO_VERSION = "1.20.1"
HUGO_THEME = "repo"

[context.production]
command = "npm run docs-install && npm run build:production"
command = "hugo --themesDir ../.."

0 comments on commit e18dcee

Please sign in to comment.