Skip to content

Commit

Permalink
Merge branch 'SLB-317-meta-navigation' of https://github.com/AmazeeLa…
Browse files Browse the repository at this point in the history
  • Loading branch information
HagerDakroury committed Jul 5, 2024
2 parents 7a38c96 + 07fb168 commit 7474c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/Molecules/LanguageSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function LanguageSwitcher() {
<React.Fragment key={currentLocale}>
<MenuButton
className={clsx(
'inline-flex justify-center w-full rounded-md bg-white text-sm',
'inline-flex justify-center w-full rounded-md bg-white text-sm font-medium',
{
'hover:text-blue-600': isMultiLingual,
'cursor-not-allowed opacity-70': !isMultiLingual,
Expand Down Expand Up @@ -83,7 +83,7 @@ export function LanguageSwitcher() {
focus
? 'bg-gray-100 text-gray-900'
: 'text-gray-500',
'block px-3.5 py-2 text-sm',
'block px-3.5 py-2 text-sm opacity-70',
)}
>
{getLanguageName(locale as string)}
Expand Down
1 change: 0 additions & 1 deletion packages/ui/src/components/Organisms/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use client';
import { useIntl } from '@amazeelabs/react-intl';
import { FrameQuery, Link, Url } from '@custom/schema';
import clsx from 'clsx';
import React from 'react';

import { isTruthy } from '../../utils/isTruthy';
Expand Down

0 comments on commit 7474c1c

Please sign in to comment.