Skip to content

Commit 0bf6adc

Browse files
authored
Merge pull request #15 from chingu-voyages/added-css
Merging 4 Commits from 'added-css' Branch
2 parents 61367cc + fd591b7 commit 0bf6adc

81 files changed

Lines changed: 215 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DailyTasksApp/src/App.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import data from './assets.json'
77
// import List from './components/List'
88
import Header from './components/Header'
99
import SideBar from './components/SideBar'
10+
import Footer from './components/Footer'
11+
1012
// const ResponsiveGridLayout = WidthProvider(Responsive);
1113
const layout = [
1214
{ i: "a", x: 0, y: 0, w: 1, h: 1 },
@@ -102,7 +104,7 @@ function App() {
102104
</div>
103105
</div>
104106

105-
107+
<Footer />
106108
</div>
107109
</>
108110
)

DailyTasksApp/src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Footer() {
77
<div className="link">
88
<a href="https://github.com/chingu-voyages/v47-tier2-team-20/tree/main">
99
<img className="github" src={github}></img>
10-
Chingu Team 20 Repo
10+
Chingu Voyage 47 Tier 2 Team 20 Repo
1111
</a>
1212
</div>
1313
</div>

DailyTasksApp/src/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33
function Header() {
44
return (
55
<div className="header">
6-
<h1>Daily Tasks Checklist<input type="checkbox" id="check" value="d"></input></h1>
6+
<h1>Daily Tasks Checklist<input type="checkbox" id="check" value=""></input></h1>
77
</div>
88
)
99
}
128 KB
Binary file not shown.
133 KB
Binary file not shown.
128 KB
Binary file not shown.
134 KB
Binary file not shown.
133 KB
Binary file not shown.
128 KB
Binary file not shown.
134 KB
Binary file not shown.

0 commit comments

Comments
 (0)