diff --git a/apps/miniapp/src/components/layout/top-bar.tsx b/apps/miniapp/src/components/layout/top-bar.tsx
index 0142f93..3b4f841 100644
--- a/apps/miniapp/src/components/layout/top-bar.tsx
+++ b/apps/miniapp/src/components/layout/top-bar.tsx
@@ -1,4 +1,5 @@
import type { Locale } from '../../i18n'
+import { GlobeIcon } from '../ui'
type Props = {
subtitle: string
@@ -17,13 +18,17 @@ export function TopBar(props: Props) {
{props.title}
-