mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Remove the first letter(@) from the twitter url (#400)
This commit is contained in:
parent
1ec561ed7a
commit
05ab331cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export default function Person({ person, currentTag }) {
|
||||||
{person.twitter && (
|
{person.twitter && (
|
||||||
<TwitterHandle>
|
<TwitterHandle>
|
||||||
<a
|
<a
|
||||||
href={`https://twitter.com/${person.twitter}`}
|
href={`https://twitter.com/${person.twitter.replace('@', '')}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue