WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add close icon to grain-icon

+2 -1
+2 -1
src/components/atoms/grain-icon.js
··· 21 21 download: 'fa-solid fa-download', 22 22 share: 'fa-solid fa-arrow-up-from-bracket', 23 23 camera: 'fa-solid fa-camera', 24 - paperPlane: 'fa-regular fa-paper-plane' 24 + paperPlane: 'fa-regular fa-paper-plane', 25 + close: 'fa-solid fa-xmark' 25 26 }; 26 27 27 28 export class GrainIcon extends LitElement {