Skip to content

Commit

Permalink
Sort lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhn committed Dec 21, 2024
1 parent 0a278d7 commit e0b74be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/app/[lang]/[region]/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const REGION_COOKIE = 'si_region';
export const CURRENCY_COOKIE = 'si_currency';

export interface DefaultParams {
lang: WebsiteLanguage;
country?: string;
lang: WebsiteLanguage;
region: WebsiteRegion;
}

Expand Down
2 changes: 1 addition & 1 deletion website/src/components/navbar/navbar-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { SIIcon } from '@/components/logos/si-icon';
import { SILogo } from '@/components/logos/si-logo';
import { useI18n } from '@/components/providers/context-providers';
import { useGlobalStateProvider } from '@/components/providers/global-state-provider';
import { WebsiteCurrency, WebsiteLanguage, WebsiteRegion } from '@/i18n';
import { useGeolocation } from '@/hooks/queries';
import { WebsiteCurrency, WebsiteLanguage, WebsiteRegion } from '@/i18n';
import { Bars3Icon, CheckIcon, ChevronLeftIcon, XMarkIcon } from '@heroicons/react/24/outline';
import { Typography } from '@socialincome/ui';
import { getFlagImageURL } from '@socialincome/ui/src/lib/utils';
Expand Down

0 comments on commit e0b74be

Please sign in to comment.