Skip to content

Commit 9486877

Browse files
Merge pull request #9531 from circleci/link-homepage
link to docs and website homepages
2 parents 67acf9c + 29b2859 commit 9486877

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ui/src/partials/component-explorer-nav.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@
3535
</a>
3636
<img src="{{{uiRootPath}}}/img/link-arrow.svg" alt="Go to" class="md:hidden ml-2 inline-block w-[13px] h-[13px]">
3737
</li>
38+
<li class="flex items-center">
39+
<a href="https://circleci.com/" class="inline-block md:px-2 md:py-3">
40+
CircleCI.com
41+
</a>
42+
<img src="{{{uiRootPath}}}/img/link-arrow.svg" alt="Go to" class="md:hidden ml-2 inline-block w-[13px] h-[13px]">
43+
</li>
3844
</ul>
3945
</nav>

ui/src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="flex items-center justify-between mb-7">
33
<!-- Logo + Title -->
44
<div class="flex items-center space-x-2">
5-
<a href="/">
5+
<a href="{{{relativize '/'}}}">
66
<img src="{{{uiRootPath}}}/img/logo.svg" alt="CircleCI Logo" class="h-[44px]">
77
</a>
88
</div>

0 commit comments

Comments
 (0)