Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-02-17 04:01:55 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-02-17 04:01:55 +0300
commit5ad5763a7e056d6cf722b41b1ec103c530b9fa04 (patch)
tree7deacf836b9b48a12eb9093f1b98e5e879c4efe8 /layouts/instantsearch-head.html
parent2de8e7421b7e23aec0f1e742a67e78296bbd9d5c (diff)
Switch away from fork of instantsearch.js
Diffstat (limited to 'layouts/instantsearch-head.html')
-rw-r--r--layouts/instantsearch-head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/instantsearch-head.html b/layouts/instantsearch-head.html
index 823f440e..d6af4e06 100644
--- a/layouts/instantsearch-head.html
+++ b/layouts/instantsearch-head.html
@@ -1,4 +1,4 @@
<!-- instantsearch -->
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/instantsearch.*'].path %>">
-<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.4/themes/algolia-min.css">
+<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css">
<!-- end of instantsearch -->