Skip to content

Commit abbc5c7

Browse files
committed
This is a sample commit
1 parent d85d476 commit abbc5c7

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ website/build
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20-
20+
package.json
21+
package-lock.json
22+
website/package-lock.json
23+
website/package.json
2124
npm-debug.log*
2225
yarn-debug.log*
2326
yarn-error.log*

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.env
1+
.env
2+
website/package-lock.json
3+
website/package.json

website/package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/components/AboutUsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const aboutUsInfo = [
3131
body: (
3232
<p className="bold">
3333
This will be a page with information about TeachLA as a whole, and
34-
what Learning Labs aim to do!
34+
what Learning Labs aim to do! Here is a change.
3535
</p>
3636
),
3737
},

0 commit comments

Comments
 (0)