Skip to content

Commit 07b1732

Browse files
committed
removed data from project props for now
1 parent 2e24561 commit 07b1732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function App() {
7878
<Header data={landingPageData.Header} />
7979
<About data={landingPageData.About} />
8080
<Skills data={landingPageData.Skills} />
81-
<Projects data={landingPageData.Projects} />
81+
<Projects />
8282
<Contact data={landingPageData.Contact} />
8383
<Footer />
8484
</>

0 commit comments

Comments
 (0)