summaryrefslogtreecommitdiffstats
path: root/src/components/Sharing
Commit message (Collapse)AuthorAgeFilesLines
* fix: use state to define hostname in sharing componentArmand Philippot2021-12-211-2/+3
| | | | | | The window is not available during build, so an error occured. By using React hooks to set the hostname once in the browser, it works as expected.
* chore: add a sharing componentArmand Philippot2021-12-212-0/+296