Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update openfeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Jun 9, 2024
1 parent 36fce32 commit 1750e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/session-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ export class SessionPage extends ReduxMixin(PolymerElement) {
@observe('session')
private onSession() {
this.acceptingFeedback = this.session !== undefined && acceptingFeedback(this.session);
this.openFeedbackLink = this.session ? `https://openfeedback.io/sunnytech2023/${this.session.day}/${this.session.id}?hideHeader=true&forceColorScheme=light` : null;
this.openFeedbackLinkDirect = this.session ? `https://openfeedback.io/sunnytech2023/${this.session.day}/${this.session.id}` : null;
this.openFeedbackLink = this.session ? `https://openfeedback.io/sunnytech2024/${this.session.day}/${this.session.id}?hideHeader=true&forceColorScheme=light` : null;
this.openFeedbackLinkDirect = this.session ? `https://openfeedback.io/sunnytech2024/${this.session.day}/${this.session.id}` : null;
}

@computed('featuredSessions', 'sessionId')
Expand Down

0 comments on commit 1750e93

Please sign in to comment.