add Github repo link

This commit is contained in:
2022-07-23 09:24:53 +08:00
parent 84cf09e61b
commit cae07f55cd
2 changed files with 10 additions and 0 deletions

View File

@@ -84,6 +84,15 @@ function Manage(props) {
</button>
</div>
<Database />
<p>
<a
href="https://github.com/heimoshuiyu/msw-open-music"
target="_blank"
rel="noreferrer"
>
{Tr("View source code on Github")}
</a>
</p>
</div>
);
}