this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

More noopener noreferrer

+5
+5
src/pages/settings.jsx
··· 339 339 <a 340 340 href="https://github.com/thedaviddelta/lingva-translate" 341 341 target="_blank" 342 + rel="noopener noreferrer" 342 343 > 343 344 Lingva Translate 344 345 </a> ··· 435 436 <a 436 437 href="https://hachyderm.io/@phanpy" 437 438 // target="_blank" 439 + rel="noopener noreferrer" 438 440 onClick={(e) => { 439 441 e.preventDefault(); 440 442 states.showAccount = 'phanpy@hachyderm.io'; ··· 454 456 <a 455 457 href="https://mastodon.social/@cheeaun" 456 458 // target="_blank" 459 + rel="noopener noreferrer" 457 460 onClick={(e) => { 458 461 e.preventDefault(); 459 462 states.showAccount = 'cheeaun@mastodon.social'; ··· 467 470 <a 468 471 href="https://github.com/cheeaun/phanpy/blob/main/PRIVACY.MD" 469 472 target="_blank" 473 + rel="noopener noreferrer" 470 474 > 471 475 Privacy Policy 472 476 </a> ··· 481 485 <a 482 486 href={`https://github.com/cheeaun/phanpy/commit/${__COMMIT_HASH__}`} 483 487 target="_blank" 488 + rel="noopener noreferrer" 484 489 > 485 490 <code>{__COMMIT_HASH__}</code> 486 491 </a>