diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 11:01:28 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 11:01:28 +0700 |
| commit | 1c5849265622dab23b99b2ffdbf7ced3b65d30cd (patch) | |
| tree | 80499a2b599e6b942d4c899ba153e99718d10c25 /src-migrate/components | |
| parent | 4b1ce96ca59bd5d11fc17573f7dfa56ac50cb191 (diff) | |
Update package and image components
Diffstat (limited to 'src-migrate/components')
| -rw-r--r-- | src-migrate/components/ui/image.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/components/ui/image.tsx b/src-migrate/components/ui/image.tsx index de0ad1da..c1dde170 100644 --- a/src-migrate/components/ui/image.tsx +++ b/src-migrate/components/ui/image.tsx @@ -26,7 +26,6 @@ const Image = (props: ImageProps) => { loading='lazy' quality={100} onLoadingComplete={() => setLoading(false)} - unoptimized {...rest} /> ); |
