This commit is contained in:
Mentor 2021-10-30 20:50:41 +02:00
parent b0fed05d82
commit 07f5477aca

View File

@ -85,7 +85,7 @@ function App() {
<a href={ rocketeer.image } className="button">Download Jpeg</a>
<a href='/#' onClick={ rocketeer.image.replace( 'jpg', 'svg' ) } className="button">Download Svg</a>
<a href='/#' onClick={ rocketeer?.image?.replace( 'jpg', 'svg' ) } className="button">Download Svg</a>
</div>