File tree 2 files changed +1
-14
lines changed
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -101,12 +101,6 @@ export default function App() {
101
101
</ div >
102
102
</ header >
103
103
< div className = "mx-auto max-w-7xl py-6 sm:px-6 lg:px-8" >
104
- < div className = "min-h-full" >
105
- < header className = "bg-white shadow-sm" >
106
- </ header >
107
- < CardL title = { "" } content = { "" } image = { "" } />
108
- </ div >
109
- < div className = "my-80" > </ div >
110
104
< div className = "px-4 py-6 sm:px-0 flex flex-col space-y-8 text-xs" >
111
105
< h2 className = "text-xl font-bold tracking-tight text-gray-900 mb-2" >
112
106
Legacy content
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
3
- interface Props {
4
- title : String ;
5
- content : String ;
6
- image : String ;
7
- }
8
-
9
- export default function CardL ( props : Props ) {
10
- const { title, content, image } = props ;
3
+ export default function CardL ( ) {
11
4
return (
12
5
< div className = "py-16 bg-white" >
13
6
< div className = "container m-auto flex px-6 text-gray-600 md:px-12 xl:px-6 flex-wrap sm:flex-nowrap" >
You can’t perform that action at this time.
0 commit comments