Skip to content

Commit

Permalink
Fix icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbarrdahl committed Nov 24, 2023
1 parent a514e61 commit 00cca93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/grant-explorer/src/assets/github-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/grant-explorer/src/assets/icons/ethereum-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/grant-explorer/src/assets/icons/globe-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/grant-explorer/src/assets/twitter-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function ProjectLink({
const Component = url ? "a" : "div";
return children ? (
<div className="flex items-center gap-2">
<div>{createElement(icon, { className: "w-4 h-4 opacity-80" })}</div>
<div>{createElement(icon, { className: "w-4 h-4 text-grey-400" })}</div>
<div className="flex gap-2">
<Component
href={url}
Expand Down

0 comments on commit 00cca93

Please sign in to comment.