We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635ad69 commit 7a936ceCopy full SHA for 7a936ce
src/layouts/404.hbs
@@ -11,14 +11,8 @@
11
<div class="relative h-16 border-b m-0 px-4 max-w-screen-xl mx-auto flex items-center justify-between">
12
<img src="{{{uiRootPath}}}/img/openapi-processor-p.svg" alt="logo" class="oap-logo">
13
<div class="text-2xl ml-16">
14
- <a href="https://docs.openapiprocessor.io" class="ml-4 hover:text-gray-600">openapi-processor</a>
+ <a href="{{{uiRootPath}}}" class="ml-4 hover:text-gray-600">openapi-processor</a>
15
</div>
16
-
17
-<!-- <div class="text-2xl">-->
18
-<!-- <a href="https://playground.openapiprocessor.io" target="_blank" class="hover:text-gray-600">-->
19
-<!-- <i class="far fa-play-circle mr-1"></i>playground-->
20
-<!-- </a>-->
21
-<!-- </div>-->
22
23
24
</header>
0 commit comments