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