Skip to content
Snippets Groups Projects
Commit 3d07f74d authored by Marco Holz's avatar Marco Holz
Browse files

Im Download-Label "OpenAPI" erwähnen

parent dde1945d
No related branches found
No related tags found
1 merge request!72Im Download-Label "OpenAPI" erwähnen
...@@ -2,6 +2,6 @@ import React from "react"; ...@@ -2,6 +2,6 @@ import React from "react";
export default ({ baseURL, version, artifact }) => { export default ({ baseURL, version, artifact }) => {
return <a href={`${baseURL}/${version}/${artifact}`} download> return <a href={`${baseURL}/${version}/${artifact}`} download>
(herunterladen) (im Format OpenAPI herunterladen)
</a> </a>
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment