Skip to content

Commit 952499e

Browse files
committed
show sunset message
1 parent 605b147 commit 952499e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

components/Layout.tsx

+10
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ function Layout({
7272
<Authenticated>
7373
<>
7474
<HeadSection />
75+
{process.env.NEXT_PUBLIC_SHOW_SUNSETTING_MESSAGE === "1" && (
76+
<a
77+
href="https://basetool.io/#sunset"
78+
target="_blank"
79+
className="block w-full bg-blue-100 text-blue-900 py-2 text-center"
80+
rel="noreferrer"
81+
>
82+
We're sunsetting Basetool. Click to find out more.
83+
</a>
84+
)}
7585
<div className="antialiased flex w-screen h-screen">
7686
<DataSourcesSidebar />
7787
<div

0 commit comments

Comments
 (0)