fixed comment
This commit is contained in:
parent
bd4de2fc4e
commit
cbdb9eaa49
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const SimpleLink = (props: SimpleLinkProps) => {
|
|||
let { href } = props;
|
||||
if (href && href.startsWith('lbry://')) {
|
||||
href = formatLbryUrlForWeb(href);
|
||||
// using NavLink after format to handle "/" vs "#/"
|
||||
// using Link after formatLbryUrl to handle "/" vs "#/"
|
||||
// for web and desktop scenarios respectively
|
||||
return (
|
||||
<Link
|
||||
|
|
Loading…
Reference in a new issue