summaryrefslogtreecommitdiff
path: root/smoke/docs-main/src/components/Header
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-02 12:09:43 -0800
committerGravatar GitHub <noreply@github.com> 2022-03-02 12:09:43 -0800
commitd5ced6d0d18af666c6546db7d0df5166b81f01ee (patch)
tree0a0d53d493b3e0c1c609cbfa1f201c1ba1998d82 /smoke/docs-main/src/components/Header
parentf957e46724a10d200be7f3a63463c9306a95d8e8 (diff)
downloadastro-d5ced6d0d18af666c6546db7d0df5166b81f01ee.tar.gz
astro-d5ced6d0d18af666c6546db7d0df5166b81f01ee.tar.zst
astro-d5ced6d0d18af666c6546db7d0df5166b81f01ee.zip
[ci] update smoke tests (remote) (#2699)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'smoke/docs-main/src/components/Header')
-rw-r--r--smoke/docs-main/src/components/Header/Header.astro1
-rw-r--r--smoke/docs-main/src/components/Header/Search.tsx2
2 files changed, 1 insertions, 2 deletions
diff --git a/smoke/docs-main/src/components/Header/Header.astro b/smoke/docs-main/src/components/Header/Header.astro
index 9bcf89ca7..249260883 100644
--- a/smoke/docs-main/src/components/Header/Header.astro
+++ b/smoke/docs-main/src/components/Header/Header.astro
@@ -125,7 +125,6 @@ const lang = currentPage && getLanguageFromURL(currentPage);
justify-content: flex-end;
gap: 1em;
width: 100%;
- max-width: 82em;
padding: 0 1rem;
}
@media (min-width: 50em) {
diff --git a/smoke/docs-main/src/components/Header/Search.tsx b/smoke/docs-main/src/components/Header/Search.tsx
index c4fd6f984..c42bd8847 100644
--- a/smoke/docs-main/src/components/Header/Search.tsx
+++ b/smoke/docs-main/src/components/Header/Search.tsx
@@ -57,7 +57,7 @@ export default function Search(props) {
initialScrollY={window.scrollY}
onClose={onClose}
indexName="astro"
- appId='7AFBU8EPJU'
+ appId="7AFBU8EPJU"
apiKey="4440670147c44d744fd8da35ff652518"
searchParameters={{ facetFilters: [[`lang:${lang}`]] }}
getMissingResultsUrl={({ query }) => `https://github.com/withastro/docs/issues/new?title=Missing+results+for+query+%22${encodeURIComponent(query)}%22`}