Skip to content

Commit e07bd41

Browse files
Update changelog
1 parent 4bc5638 commit e07bd41

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/ISSUE_TEMPLATE/web-dev-path-issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Describe this issue template's purpose here.
44
title: ''
55
labels: help wanted
66
assignees: ''
7-
87
---
98

109
**What do we need to build or fix?**
@@ -20,8 +19,9 @@ A clear and concise description of any alternative solutions or features you've
2019
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.
2120

2221
**Acceptance criteria**
22+
2323
- Test the section and components in many screen sizes, you can use the Inspect tool for that.
2424
- Please test if the new changes added to the components do not affect the other instances.
2525
- Test the feature in many browsers, such as Chrome, Firefox, Edge, and Safari (MAC).
26-
- If there are any build problems when submitting your PR, run yarn build locally to solve the issues and commit the changes.
26+
- If there are any build problems when submitting your PR, run `yarn build` locally to solve the issues and commit the changes.
2727
- Update the CHANGELOG.md file.
File renamed without changes.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5151
- .prettierignore file
5252
- husky, lint-staged to auto format with prettier on git commit
5353
- lint and format script to run prettier check and write on all files respectively
54-
- who we are components
54+
- who we are section to about page
55+
- still got questions section to about page
5556

5657
### Fixed
5758

styles/TwoColumn.module.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
}
6060

6161
// Homepage
62+
6263
&.get-involved {
6364
@include desktop-breakpoint-minus {
6465
padding-bottom: 0;
@@ -73,7 +74,9 @@
7374
}
7475
}
7576

76-
//About us
77+
// end Homepage
78+
79+
//About page
7780

7881
&.our-process,
7982
&.get-started,
@@ -217,6 +220,8 @@
217220
}
218221
}
219222

223+
// end About page
224+
220225
@include desktop {
221226
display: flex;
222227
align-items: center;

0 commit comments

Comments
 (0)