Skip to content

Commit

Permalink
turn off banner (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefferarnold authored Oct 20, 2021
1 parent 0f0e79b commit 64dade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, { useState, useEffect } from "react";
// This is a lazy way of doing things but will work until
// we put a more robust solution in place.
//
const SHOW_BANNER = true;
const SHOW_BANNER = false;
const BANNER_TEXT =
"Live Workshop @ Vue.JS Live (10/19 @ 9am PT) on Vue web performance tips/tricks.";
const BANNER_LINK_URL =
Expand Down

1 comment on commit 64dade8

@vercel
Copy link

@vercel vercel bot commented on 64dade8 Oct 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.