diff --git a/apps/website/public/images/contributing/code-cave.jpg b/apps/website/public/images/contributing/code-cave.jpg new file mode 100644 index 000000000..6fe7cedc1 Binary files /dev/null and b/apps/website/public/images/contributing/code-cave.jpg differ diff --git a/apps/website/src/components/router-head/router-head.tsx b/apps/website/src/components/router-head/router-head.tsx index ab50803d8..f6c787f91 100644 --- a/apps/website/src/components/router-head/router-head.tsx +++ b/apps/website/src/components/router-head/router-head.tsx @@ -1,6 +1,6 @@ import { component$ } from '@builder.io/qwik'; import { useDocumentHead, useLocation } from '@builder.io/qwik-city'; -import codeCave from '../../../public/images/contributing/code-cave.webp'; +import codeCave from '../../../public/images/contributing/code-cave.jpg'; /** * The RouterHead component is placed inside of the document `
` element. @@ -17,6 +17,11 @@ export const RouterHead = component$(() => { + {/* Theme and color scheme */} + + + +