Skip to content

Commit 7a936ce

Browse files
committed
do not hardcode site url
1 parent 635ad69 commit 7a936ce

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/layouts/404.hbs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,8 @@
1111
<div class="relative h-16 border-b m-0 px-4 max-w-screen-xl mx-auto flex items-center justify-between">
1212
<img src="{{{uiRootPath}}}/img/openapi-processor-p.svg" alt="logo" class="oap-logo">
1313
<div class="text-2xl ml-16">
14-
<a href="https://docs.openapiprocessor.io" class="ml-4 hover:text-gray-600">openapi-processor</a>
14+
<a href="{{{uiRootPath}}}" class="ml-4 hover:text-gray-600">openapi-processor</a>
1515
</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>-->
2216
</div>
2317

2418
</header>

0 commit comments

Comments
 (0)