Skip to content

Commit

Permalink
refactor(map): remove android OSM tag
Browse files Browse the repository at this point in the history
SVA-1365
  • Loading branch information
ardasnturk committed Jul 23, 2024
1 parent c2a6d2c commit 16340a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,6 @@ export const Map = ({
<Icon.GPS size={normalize(18)} />
</TouchableOpacity>
)}

{device.platform === 'android' && (
<View style={styles.logoContainer}>
<RegularText smallest>© OpenStreetMap</RegularText>
</View>
)}
</View>
);
};
Expand Down

0 comments on commit 16340a3

Please sign in to comment.