Feat: add copy button for download URL (#10)

* feat: add copy button for download link

* fix: use quickshare repo link

* fix: add auto-bump

* auto-bump: bump to 0.2.2
This commit is contained in:
Hexxa 2018-06-18 10:28:04 +08:00 committed by GitHub
parent 2450522333
commit cb8325081d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 238 additions and 19 deletions

View file

@ -106,7 +106,8 @@ class AdminPanel extends React.PureComponent {
this.log = logRef;
this.log.info(
<span>
Know more about <a href="https://github.com/ihexxa">Quickshare</a>
Know more about{" "}
<a href="https://github.com/ihexxa/quickshare">Quickshare</a>
</span>
);
};