mirror of
https://github.com/plankanban/planka.git
synced 2025-12-29 17:25:05 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -9,7 +9,7 @@ import EditComment from './EditComment';
|
||||
import User from '../../User';
|
||||
import DeletePopup from '../../DeletePopup';
|
||||
|
||||
import styles from './ItemComment.module.css';
|
||||
import styles from './ItemComment.module.scss';
|
||||
|
||||
const ItemComment = React.memo(
|
||||
({ data, createdAt, isPersisted, user, isEditable, onUpdate, onDelete }) => {
|
||||
|
||||
Reference in New Issue
Block a user