WIP PWA for Grain
0
fork

Configure Feed

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

feat: add gear and logout icons

+3 -1
+3 -1
src/components/atoms/grain-icon.js
··· 10 10 home: 'fa-solid fa-house', 11 11 homeLine: 'fa-regular fa-house', 12 12 user: 'fa-regular fa-user', 13 - userFilled: 'fa-solid fa-user' 13 + userFilled: 'fa-solid fa-user', 14 + gear: 'fa-solid fa-gear', 15 + logout: 'fa-solid fa-right-from-bracket' 14 16 }; 15 17 16 18 export class GrainIcon extends LitElement {