Skip to content

Commit

Permalink
Merge pull request #36135 from code-dot-org/bts-banner-2020
Browse files Browse the repository at this point in the history
Re-enable the back to school banner
  • Loading branch information
jmkulwik committed Aug 4, 2020
2 parents 0c5fd79 + 03c8459 commit 16358cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/src/templates/studioHomepages/TeacherHomepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ export class UnconnectedTeacherHomepage extends Component {
specialAnnouncement
} = this.props;

// Hide the regular announcement/notification for now.
const showAnnouncement = false;
// Show the regular announcement/notification for now.
const showAnnouncement = true;

return (
<div>
Expand Down

0 comments on commit 16358cf

Please sign in to comment.