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",
|
"GitHub",
|
||||||
"GitLab",
|
"GitLab",
|
||||||
"Instagram",
|
"Instagram",
|
||||||
"Orcid",
|
"ORCID",
|
||||||
"Mastodon",
|
"Mastodon",
|
||||||
"Twitter",
|
"Twitter",
|
||||||
"StackOverflow",
|
"StackOverflow",
|
||||||
|
@ -1014,7 +1014,7 @@ class CurriculumVitae(RenderCVBaseModel):
|
||||||
"GitLab": "\\faGitlab",
|
"GitLab": "\\faGitlab",
|
||||||
"Instagram": "\\faInstagram",
|
"Instagram": "\\faInstagram",
|
||||||
"Mastodon": "\\faMastodon",
|
"Mastodon": "\\faMastodon",
|
||||||
"Orcid": "\\faOrcid",
|
"ORCID": "\\faOrcid",
|
||||||
"StackOverflow": "\\faStackOverflow",
|
"StackOverflow": "\\faStackOverflow",
|
||||||
"Twitter": "\\faTwitter",
|
"Twitter": "\\faTwitter",
|
||||||
"ResearchGate": "\\faResearchgate",
|
"ResearchGate": "\\faResearchgate",
|
||||||
|
|
Loading…
Reference in New Issue