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-24 20:19:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
41a032698871ec885e5a3bc8edbe2bcd970b8364
41a03269
1 parent
6e146afa
add className
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
front/src/Components/IncomingMsg.js
front/src/Components/OutcomingMsg.js
front/src/Components/IncomingMsg.js
View file @
41a0326
...
...
@@ -45,7 +45,7 @@ const Time = styled.span`
export
default
({
time
,
text
})
=>
{
return
(
<
IncomingBox
>
<
IncomingBox
className
=
"IncomingMsg"
>
<
ImgIconBox
/>
<
MsgContainer
>
<
MsgBox
>
...
...
front/src/Components/OutcomingMsg.js
View file @
41a0326
...
...
@@ -43,7 +43,7 @@ const Time = styled.span`
export
default
({
time
,
text
})
=>
{
return
(
<
OutcomingBox
>
<
OutcomingBox
className
=
"OutcomingMsg"
>
<
MsgContainer
>
<
MsgBox
>
<
Msg
/>
{
text
}
Outcoming
Message
...
...
Please
register
or
login
to post a comment