Commit 1dd40e2 1 parent 2bbfb0d commit 1dd40e2 Copy full SHA for 1dd40e2
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export default async function Home() {
15
15
16
16
return (
17
17
< div >
18
- { /* <ReloadComponent /> */ }
19
18
< div className = "bg-gradient-to-bl from-gray-100 to-gray-300 w-full h-screen text-white grid grid-cols-2 grid-rows-2 gap-4 p-4 justify-center" >
20
19
< div className = "bg-gray-100 flex-box p-12 min-w-60 min-h-30 text-black flex flex-col items-center justify-center rounded-xl" >
21
20
{ data ? (
@@ -35,7 +34,7 @@ export default async function Home() {
35
34
</ div >
36
35
< div className = "bg-gray-100 flex-box p-12 text-black flex flex-col justify-center rounded-xl space-y-4" >
37
36
< h1 className = "text-2xl font-bold" >
38
- Mest solgte produkter siste { data ?. numberOfPurchases } betalinger xxx
37
+ Mest solgte produkter siste { data ?. numberOfPurchases } betalinger
39
38
</ h1 >
40
39
{ data ? (
41
40
< div className = "grid grid-cols-3 gap-3" >
You can’t perform that action at this time.
0 commit comments