Skip to content

Commit

Permalink
chore: now the card contents cannot be selected
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Aug 12, 2024
1 parent b8de6e0 commit 4a394fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/DevCard/dev-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function DevCard(props: DevCardProps) {

return (
<div
className="DevCard"
className="DevCard select-none"
style={{
width: "245px",
height: "348px",
Expand Down

0 comments on commit 4a394fa

Please sign in to comment.