fixup! back button

This commit is contained in:
2022-12-26 10:30:25 -07:00
parent 3286aa9a32
commit a8543370b1

View File

@@ -37,7 +37,9 @@ export class ImageSet extends React.PureComponent<Props, {}> {
height={this.props.height}
/>
<div className="ImageSet-navigation">
<a href="#" onClick={this.props.onShowHome}>Back</a>
<a href="#" onClick={this.props.onShowHome}>
Back
</a>
</div>
</div>
);