Skip to content
Snippets Groups Projects
DownloadLabel.js 198 B
Newer Older
import React from "react";

export default ({ baseURL, version, artifact, label }) => {
  return <a href={`${baseURL}/${version}/${artifact}`} download>
    im Format {label} herunterladen