Skip to content

Commit 07d9a3e

Browse files
committed
Partners page mistake
1 parent aeac45c commit 07d9a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/page/PagePartners.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class PagePartners extends React.Component {
6464
getAutumnPartners(page) {
6565
if (this.props.lhc && this.props.analytics) {
6666
const tv = this.props.analytics.taxonomy_values
67-
.filter((v) => v.category === "CYBERSECURITY WEEK PARTNER 2024")
67+
.filter((v) => v.category === "CYBERSECURITY WEEK PARTNER 2025")
6868
.filter((v) => v.name === "SPRING EDITION PARTNER");
6969

7070
if (tv.length > 0) {

0 commit comments

Comments
 (0)