mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 20:51:29 +10:00
Fixed type in StorageContext.js
Thank you kind stranger.
This commit is contained in:
@ -33,7 +33,7 @@ const StorageProvider = ({ children }) => {
|
||||
|
||||
if (file.size > 2097152) {
|
||||
toast.error(
|
||||
"Your image seems to be bigger than 2 MB. That's way too much. Maybe consider reducing it's size?",
|
||||
"Your image seems to be bigger than 2 MB. That's way too much. Maybe consider reducing its size?",
|
||||
);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user