Fix ORCID punctuation

This commit is contained in:
flowrolltide 2024-05-26 15:46:24 -04:00
parent 9b5deee285
commit 39f8e4fd58
1 changed files with 2 additions and 2 deletions

View File

@ -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",