Minor fixes:
removed clock added navigation arrow to main sighting screen added zoom functionality to rear (camera B) settings brought back navigation to rear cam page
This commit is contained in:
@@ -30,6 +30,7 @@ const SightingOverview = () => {
|
||||
return (
|
||||
<div className="flex flex-col md:flex-row">
|
||||
<NavigationArrow side={side} />
|
||||
|
||||
<div className="w-full">
|
||||
{mostRecent && (
|
||||
<div className="absolute inset-0 z-50 px-1 pt-2">
|
||||
|
||||
Reference in New Issue
Block a user