Skip to content

Commit

Permalink
fix(Projects): remixer link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed Oct 15, 2024
1 parent 767c7de commit d676bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/projects/ProjectLinkButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ProjectLinkButtons: React.FC<ProjectLinkButtonsProps> = ({
: () => {}
}
className={
hasCommonsBook && libreCoverID && libreLibrary
(validWorkbench || hasCommonsBook) && libreCoverID && libreLibrary
? ""
: "!cursor-default opacity-45"
}
Expand Down

0 comments on commit d676bd2

Please sign in to comment.