Skip to content

Commit

Permalink
feat: Faqs (tut)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharrish7 committed Aug 29, 2023
1 parent 4bafd7f commit 9f8398c
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 15 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
]
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.7",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"react": "^18.2.0",
Expand Down
Binary file added public/assets/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/Components/FaQs/faqs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


.title{
font-size: 10rem;
}
4 changes: 2 additions & 2 deletions src/Components/FaQs/index.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@


import "./faqs.css"

const FaQs = () => {

return (
<>
<h1>FaQs</h1>
<h1>FaQs 2</h1>
</>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Timeline/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TimeLine = () => {

return (
<>
<h1>Time Line</h1>
<h1>Time Line </h1>
</>
)
}
Expand Down
Loading

0 comments on commit 9f8398c

Please sign in to comment.