We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fac119 commit c73ab49Copy full SHA for c73ab49
src/layouts/home.hbs
@@ -11,7 +11,7 @@
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-sm">
13
<div class="text-2xl ml-12">
14
- <a href="{{{site.url}}}/oap/current" class="hover:text-gray-600 font-extralight">openapiprocessor.io</a>
+ <a href="{{{site.url}}}" class="hover:text-gray-600 font-extralight">openapiprocessor.io</a>
15
</div>
16
17
<div class="flex justify-around items-center">
0 commit comments