Skip to content

Commit 919da49

Browse files
hide language switcher (#100)
1 parent a09e347 commit 919da49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Localization + CTA -->
1313

1414
<div class="flex items-center space-x-4 ml-2">
15-
<img src="{{{uiRootPath}}}/img/language-icon.svg" alt="Language Icon" class="h-5 w-5">
15+
<!--<img src="{{{uiRootPath}}}/img/language-icon.svg" alt="Language Icon" class="h-5 w-5">-->
1616
<img data-page-navigation-toggle src="{{{uiRootPath}}}/img/nav-menu.svg" alt="Navigation Menu Icon" class="h-5 w-5 lg:hidden">
1717
<a href="https://app.circleci.com/" class="hidden md:block bg-slime-green text-dark-green rounded-full px-[16px] border py-[8px] border-operational-green">
1818
Go to Application

0 commit comments

Comments
 (0)