We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeac45c commit 07d9a3eCopy full SHA for 07d9a3e
src/component/page/PagePartners.jsx
@@ -64,7 +64,7 @@ export default class PagePartners extends React.Component {
64
getAutumnPartners(page) {
65
if (this.props.lhc && this.props.analytics) {
66
const tv = this.props.analytics.taxonomy_values
67
- .filter((v) => v.category === "CYBERSECURITY WEEK PARTNER 2024")
+ .filter((v) => v.category === "CYBERSECURITY WEEK PARTNER 2025")
68
.filter((v) => v.name === "SPRING EDITION PARTNER");
69
70
if (tv.length > 0) {
0 commit comments