Skip to content

Commit

Permalink
Feedback links
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Mar 16, 2024
1 parent 36821a9 commit 82fe8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function getConferenceActions(conference: Conference, dates: Date
actions.push({
Category: 'conference',
Title: 'Give feedback',
Url: '/feedback',
Url: conference.ConferenceFeedbackLink,
})
}

Expand Down

0 comments on commit 82fe8e8

Please sign in to comment.