We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e3da7 commit d0de3d2Copy full SHA for d0de3d2
spectaql/comdox-theme/views/partials/layout/page.hbs
@@ -6,7 +6,7 @@
6
{{#if logoData }}
7
<img src="data:image/png;base64,{{logoData}}" title="{{info.title}}" />
8
{{else if logoUrl}}
9
- <a href="/graphql/"><img src="{{logoUrl}}" title="{{info.title}}" />
+ <a href="https://developer-stage.adobe.com/commerce/webapi/graphql/"><img src="{{logoUrl}}" title="{{info.title}}" />
10
<strong class="spectrum-Heading spectrum-Heading--sizeXXS" style="text-align: center; display: block; color: #FA0F00;">Adobe Developer</strong>
11
</a>
12
{{else if logoImageName}}
0 commit comments