👤 feat: zoom and rotate avatar (#3264)

This commit is contained in:
Marco Beretta 2024-07-10 22:38:02 +02:00 committed by GitHub
parent a05e2c1dcc
commit cd00df69bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 170 additions and 140 deletions

View file

@ -107,7 +107,7 @@ export const getFileType = (
* @example
* formatDate('2020-01-01T00:00:00.000Z') // '1 Jan 2020'
*/
export function formatDate(dateString) {
export function formatDate(dateString: string) {
const months = [
'Jan',
'Feb',