Changeset cae16b5 for reactapp/src/Components
- Timestamp:
- 09/30/22 15:23:25 (2 years ago)
- Branches:
- main
- Children:
- 8d83180
- Parents:
- 62b653f
- Location:
- reactapp/src/Components
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Components/OpinionTree.js
r62b653f rcae16b5 105 105 { 106 106 method: "post", 107 data: {107 body: { 108 108 content: replyContent, 109 109 }, -
reactapp/src/Components/Styled/Main.style.js
r62b653f rcae16b5 12 12 padding-bottom: 30px; 13 13 width: 80%; 14 box-shadow: 2px 2px 10px #aaaaaa; 14 15 `; 15 16
Note:
See TracChangeset
for help on using the changeset viewer.