This commit is contained in:
Ariful Alam 2024-06-07 14:56:33 +06:00 committed by GitHub
parent db2a2de1b7
commit 984577ba9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at fdkhadra@gmail.com. All reported by contacting the project team. All
complaints will be reviewed and investigated and will result in a response that complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident. obligated to maintain confidentiality with regard to the reporter of an incident.

2
global.d.ts vendored
View File

@ -210,7 +210,7 @@ interface Social {
interface Resume { interface Resume {
/** /**
* Resume file urlm * Resume file url
*/ */
fileUrl?: string; fileUrl?: string;
} }