change tagline #6344

Closed
drewhancock wants to merge 42 commits from drewhancock-patch-1 into odysee
Showing only changes of commit 97cf1187b1 - Show all commits

View file

@ -286,7 +286,8 @@ function ClaimTilesDiscover(props: Props) {
const modifiedUris = uris ? uris.slice() : []; const modifiedUris = uris ? uris.slice() : [];
const fixUris = [ const fixUris = [
'lbry://@BretWeinstein#f/how-to-save-the-world,-in-three-easy#0', 'lbry://@passionforfood#3/chewy-lemon-sugar-cookies-recipe#a',
'lbry://@DarkHorsePodcastClips#b/Ivermectin-Vs-Vaccines#8',
]; ];
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') { if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {