We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41007f commit 6525c40Copy full SHA for 6525c40
src/CommunityContent.res
@@ -18,8 +18,7 @@ let simplifyUrl = url =>
18
module LinkCard = {
19
@react.component
20
let make = (~link) => {
21
- <div
22
- className="rounded-lg border-2 border-white hover:border-fire hover:border-2 overflow-hidden bg-gray-10">
+ <div className="rounded-lg hover:text-fire overflow-hidden bg-gray-10">
23
<a href=link.url className="flex flex-col h-full">
24
<img className="object-cover w-full h-40" src=link.image alt="" />
25
<div className="p-2 grow">
0 commit comments