Skip to content

Commit 9146406

Browse files
chore: remove deprecation notice
1 parent d9d8b93 commit 9146406

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/app/(home)/page.tsx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Link from "next/link";
22
import { BeanconquerorUsp } from "@/components/home/usp";
3-
import {Alert, AlertDescription, AlertTitle} from "@/components/ui/alert";
3+
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
44

55
function WrappedLink() {
66
return (
@@ -19,21 +19,6 @@ function WrappedLink() {
1919
);
2020
}
2121

22-
function DBDeprecationNotice() {
23-
return (
24-
<Alert variant={"destructive"}>
25-
<AlertTitle>Database deprecation</AlertTitle>
26-
<AlertDescription>
27-
A change in the pricing strategy of the database provider increased the costs of hosting Beanstats by several
28-
hundreds of dollars, making it impossible to keep providing the database related functionalities of Beanstats free of charge.
29-
Therefor these functionalities had to be removed from Beanstats.
30-
31-
Contact me if you need an export of your data.
32-
</AlertDescription>
33-
</Alert>
34-
)
35-
}
36-
3722
export default function Home() {
3823
return (
3924
<div className={"flex flex-col items-center"}>
@@ -51,7 +36,6 @@ export default function Home() {
5136
Beanstats extends Beanconqueror and makes it easy to enter data,
5237
visualise data and share bean entries
5338
</p>
54-
<DBDeprecationNotice />
5539
<BeanconquerorUsp />
5640
</section>
5741
</div>

0 commit comments

Comments
 (0)