diff --git a/src/components/Contributors-page/Contributors.jsx b/src/components/Contributors-page/Contributors.jsx index 0b86f57..3948a86 100644 --- a/src/components/Contributors-page/Contributors.jsx +++ b/src/components/Contributors-page/Contributors.jsx @@ -80,43 +80,6 @@ function Contributors() { - {/* Contributors Grid */} - - -
Loading...
- ) : error ? ( -{error}
- ) : contributors.length > 0 ? ( - contributors.map((contributor) => ( - - )) - ) : ( -No contributors found.
- )} -Loading...