mirror of https://github.com/eyhc1/rendercv.git
Fix ORCID punctuation
This commit is contained in:
parent
9b5deee285
commit
39f8e4fd58
|
@ -832,7 +832,7 @@ SocialNetworkName = Literal[
|
|||
"GitHub",
|
||||
"GitLab",
|
||||
"Instagram",
|
||||
"Orcid",
|
||||
"ORCID",
|
||||
"Mastodon",
|
||||
"Twitter",
|
||||
"StackOverflow",
|
||||
|
@ -1014,7 +1014,7 @@ class CurriculumVitae(RenderCVBaseModel):
|
|||
"GitLab": "\\faGitlab",
|
||||
"Instagram": "\\faInstagram",
|
||||
"Mastodon": "\\faMastodon",
|
||||
"Orcid": "\\faOrcid",
|
||||
"ORCID": "\\faOrcid",
|
||||
"StackOverflow": "\\faStackOverflow",
|
||||
"Twitter": "\\faTwitter",
|
||||
"ResearchGate": "\\faResearchgate",
|
||||
|
|
Loading…
Reference in New Issue