in src/pages/index.tsx [56:58]
const updateTagFilter = function (type: string, selected: string[]) { setTagFilter(tagFilter.filter(x => !x.startsWith(type)).concat(selected)); };