Skip to content

Commit 0d4901f

Browse files
committed
Extended archive date to mid-October
1 parent 812ef60 commit 0d4901f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## NeoDash Labs
22
NeoDash is a dashboard builder for Neo4j, letting you build a graph dashboard in minutes.
33

4-
**This project will be archived on August 31st, 2025.** If you'd like to continue building dashboards, you can:
4+
**This project is no longer maintained, and will become a read-only archive on October 15th, 2025.** If you'd like to continue building dashboards, you can:
55

66
1. [Upgrade](https://console-preview.neo4j.io/tools/dashboards) to Dashboards in the Neo4j Console (free for everyone).
77
2. If you'd like to keep using NeoDash for free, you can fork this repository and [run NeoDash yourself](https://github.com/neo4j-labs/neodash/blob/master/about.md).

gallery/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function App() {
5151
icon={true}
5252
// onClose={() => setBannerOpen(false)}
5353
>
54-
This app will no longer be available after August 31st.  
54+
This app will no longer be available after October 15th.  
5555
<u>
5656
<b>
5757
<a target='_blank' href='https://console-preview.neo4j.io/tools/dashboards'>

src/application/Application.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const Application = ({
136136
icon={true}
137137
onClose={() => setBannerOpen(false)}
138138
>
139-
This app will no longer be available after August 31st. &nbsp;
139+
This app will no longer be available after October 15th. &nbsp;
140140
<u>
141141
<b>
142142
<a target='_blank' href='https://console-preview.neo4j.io/tools/dashboards'>

0 commit comments

Comments
 (0)