Skip to content

Commit

Permalink
fix: update session types
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Jun 1, 2023
1 parent 7ac2646 commit 3a8ea47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/plugins/fontawesome-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ import {
faLightbulb,
faBolt,
faCubes,
faPallet,
} from '@fortawesome/free-solid-svg-icons'

//
Expand All @@ -73,7 +74,7 @@ import { faCircle as farCircle } from '@fortawesome/free-regular-svg-icons'
// prettier-ignore
//
library.add(
farCircle, faTwitter, faSlack, faArrowLeft, faArrowRight, faVideo, faUser, faUsers, faCodeBranch, faTags, faGlobe, faSave, faIdBadge, faCalendarPlus, faSearch, faChevronLeft, faChevronRight, faHeadset, faPuzzlePiece, faBook, faTimes, faUserPlus, faCircle, faExclamationTriangle, faFire, faLongArrowAltRight, faLongArrowAltLeft, faTerminal, faClock, faForward, faFastForward, faBackward, faFastBackward, faPlay, faStop, faEnvelope, faTicketAlt, faComments, faObjectGroup, faPeopleArrows, faShareAlt, faPalette, faPodcast, faSync, faGoogle, faSeedling, faLightbulb, faLinkedin, faBolt, faCubes
farCircle, faTwitter, faSlack, faArrowLeft, faArrowRight, faVideo, faUser, faUsers, faCodeBranch, faTags, faGlobe, faSave, faIdBadge, faCalendarPlus, faSearch, faChevronLeft, faChevronRight, faHeadset, faPuzzlePiece, faBook, faTimes, faUserPlus, faCircle, faExclamationTriangle, faFire, faLongArrowAltRight, faLongArrowAltLeft, faTerminal, faClock, faForward, faFastForward, faBackward, faFastBackward, faPlay, faStop, faEnvelope, faTicketAlt, faComments, faObjectGroup, faPeopleArrows, faShareAlt, faPalette, faPodcast, faSync, faGoogle, faSeedling, faLightbulb, faLinkedin, faBolt, faCubes, faPallet
)

//
Expand Down
6 changes: 6 additions & 0 deletions server/app-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
"title": { "en": "In-Person Workshop", "es": "In-Person Workshop" },
"icon": ["fas", "object-group"],
"layout": "plenary"
},
{
"id": 2830,
"title": { "en": "Installation", "es": "Installation" },
"icon": ["fas", "palette"],
"layout": "plenary"
}
],
"tracks": [
Expand Down

0 comments on commit 3a8ea47

Please sign in to comment.