diff --git a/src/components/Suggestions/index.css b/src/components/Suggestions/index.css index 044b881a5..88648d423 100644 --- a/src/components/Suggestions/index.css +++ b/src/components/Suggestions/index.css @@ -140,4 +140,7 @@ .top-margin { margin-top: 5rem; } + .suggestion-user-list-item, .suggestion-user-img, .suggestion-user-name{ + cursor: pointer; + } }