Skip to content

Commit

Permalink
show sunset message
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jun 20, 2022
1 parent 605b147 commit 952499e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ function Layout({
<Authenticated>
<>
<HeadSection />
{process.env.NEXT_PUBLIC_SHOW_SUNSETTING_MESSAGE === "1" && (
<a
href="https://basetool.io/#sunset"
target="_blank"
className="block w-full bg-blue-100 text-blue-900 py-2 text-center"
rel="noreferrer"
>
We're sunsetting Basetool. Click to find out more.
</a>
)}
<div className="antialiased flex w-screen h-screen">
<DataSourcesSidebar />
<div
Expand Down

1 comment on commit 952499e

@vercel
Copy link

@vercel vercel bot commented on 952499e Jun 20, 2022

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:

basetool – ./

basetool-adrianthedev.vercel.app
basetool-git-main-adrianthedev.vercel.app
basetool.vercel.app

Please sign in to comment.