Skip to content

Commit

Permalink
This is a sample commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulKhanna14 committed Jan 28, 2025
1 parent d85d476 commit abbc5c7
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ website/build
.env.development.local
.env.test.local
.env.production.local

package.json
package-lock.json
website/package-lock.json
website/package.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.env
.env
website/package-lock.json
website/package.json
20 changes: 20 additions & 0 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/src/components/AboutUsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const aboutUsInfo = [
body: (
<p className="bold">
This will be a page with information about TeachLA as a whole, and
what Learning Labs aim to do!
what Learning Labs aim to do! Here is a change.
</p>
),
},
Expand Down

0 comments on commit abbc5c7

Please sign in to comment.