File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 11import Link from "next/link" ;
22import { BeanconquerorUsp } from "@/components/home/usp" ;
3- import { Alert , AlertDescription , AlertTitle } from "@/components/ui/alert" ;
3+ import { Alert , AlertDescription , AlertTitle } from "@/components/ui/alert" ;
44
55function 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-
3722export 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 >
You can’t perform that action at this time.
0 commit comments