Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-17 17:47:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b947694309b9c89c11ed071719d40438a1bdafbe
b9476943
1 parent
64b0356e
rename file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
front/src/Components/FriendsList/SubMenuBar.js → front/src/Components/FriendsList/FriendsList.js
front/src/Components/FriendsList/
SubMenuBar
.js
→
front/src/Components/FriendsList/
FriendsList
.js
View file @
b947694
...
...
@@ -5,7 +5,7 @@ import { faPlusCircle } from "@fortawesome/free-solid-svg-icons";
import
SearchBox
from
"./SearchBox"
;
import
ChatListBox
from
"./ChatListBox"
;
const
SubMenuBar
=
Styled
.
div
`
const
FriendsList
=
Styled
.
div
`
width: 30%;
height: 100%;
display:flex;
...
...
@@ -27,7 +27,7 @@ const PlusIconBox = Styled.div`
export
default
()
=>
{
return
(
<
SubMenuBar
>
<
FriendsList
>
<
SearchBox
/>
<
ChatListBox
/>
<
ChatListBox
/>
...
...
@@ -35,6 +35,6 @@ export default () => {
<
PlusIconBox
>
<
FontAwesomeIcon
icon
=
{
faPlusCircle
}
/
>
<
/PlusIconBox
>
<
/
SubMenuBar
>
<
/
FriendsList
>
);
};
...
...
Please
register
or
login
to post a comment