Skip to content

Commit

Permalink
Merge branch 'main' into logo-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
1800joe authored Nov 9, 2023
2 parents 3d4c590 + 2b144ff commit a73bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { content = {}, headings } = Astro.props
<div class="max-w-2xl flex-shrink-0 lg:mx-0 lg:max-w-xl flex items-center">
<a class="flex items-center" href="/">
<span class="sr-only">Noop</span>
<img class="h-11" src="/noop-logo-plain.svg" alt="Noop">
<img class="h-11" src="/assets/docs/noop-logo-plain.svg" alt="Noop">
</a>
<a href="/docs/" class="font-sans text-3xl uppercase font-bold text-white pl-4 ml-4 border-l border-lime-500">Docs</a>

Expand Down

0 comments on commit a73bb2a

Please sign in to comment.