We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5edee commit ae53acfCopy full SHA for ae53acf
apps/official/components/NavigationTitle.tsx
@@ -10,7 +10,8 @@ export const NavigationTitle: React.FC<{ title: string; backToExpandedFeatureInf
10
<Box display="flex" flex={1} alignItems="center" style={{ marginTop: "8px", width: "100%" }}>
11
<ArrowBackIosIcon
12
style={{ textDecoration: "none", cursor: "pointer", padding: "8px" }}
13
- aria-label="go back to map" onClick={() => customHistoryPush("/", { expanded: props.backToExpandedFeatureInfo ? "true" : undefined })}
+ aria-label="go back to map"
14
+ onClick={() => customHistoryPush("/", { expanded: props.backToExpandedFeatureInfo ? "true" : undefined })}
15
color="action"
16
/>
17
<Typography variant="h1">{props.title}</Typography>
0 commit comments