diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 58a78dc..75a4610 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -47,7 +47,7 @@ export default function TabLayout() { ( ), diff --git a/components/ui/icon-symbol.tsx b/components/ui/icon-symbol.tsx index 3e87ae4..cd0a4cd 100644 --- a/components/ui/icon-symbol.tsx +++ b/components/ui/icon-symbol.tsx @@ -17,7 +17,7 @@ type IconSymbolName = keyof typeof MAPPING; * - see SF Symbols in the [SF Symbols](https://developer.apple.com/sf-symbols/) app. */ const MAPPING = { - "house.fill": "home", + gear: "settings", "paperplane.fill": "send", "chevron.left.forwardslash.chevron.right": "code", "chevron.right": "chevron-right",