Skip to content

Commit

Permalink
Merge pull request #219 from zirreal/main
Browse files Browse the repository at this point in the history
filters update
  • Loading branch information
zirreal authored Aug 15, 2024
2 parents 266ead2 + 39d220b commit e0a3b68
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions src/components/Filter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export default {
},
{
id: 2,
text: this.$t('Raspberry Pi'),
label: 'Raspberry Pi'
text: this.$t('ROS 2'),
label: 'ROS 2'
},
{
id: 3,
Expand All @@ -127,6 +127,31 @@ export default {
id: 7,
text: this.$t('World computer'),
label: 'World computer'
},
{
id: 8,
text: this.$t('Essentials'),
label: 'Essentials'
},
{
id: 9,
text: this.$t('Smart Home'),
label: 'Smart Home'
},
{
id: 10,
text: this.$t('Robotics'),
label: 'Robotics'
},
{
id: 11,
text: this.$t('Sensor Network'),
label: 'Sensor Network'
},
{
id: 12,
text: this.$t('School 2024'),
label: 'School 2024'
}
],
// tags: [`${this.$t('Spring school 2023')}`, `${this.$t('ROS')}`, `${this.$t('Raspberry Pi')}`, `${this.$t('ai')}`, `${this.$t('Spot')}`, `${this.$t('Multi-Agent Systems')}`, `${this.$t('Industrial')}`, `${this.$t('World computer')}`],
Expand Down

0 comments on commit e0a3b68

Please sign in to comment.