mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +07:00
delete dialog
This commit is contained in:
parent
21532ba240
commit
cb3fabaf74
9 changed files with 85 additions and 29 deletions
|
@ -6,7 +6,7 @@ import sprite from '$sprites/stickers.svg';
|
|||
export class StickersHelper extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="stickers-helper">
|
||||
<div className="helper stickers-helper">
|
||||
{
|
||||
stickers.map(sticker => (
|
||||
<div className="sticker-preview" key={sticker}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue