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-06-15 15:01:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c4c29d9abf3925e26f6fae17964aa9834afcae6
6c4c29d9
1 parent
4ca03ba6
change link
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Routes/Chat/ChatPresenter.js
front/src/Routes/Chat/ChatPresenter.js
View file @
6c4c29d
...
...
@@ -167,7 +167,7 @@ export default ({
<
Title
>
{
roomName
}
Room
<
/Title
>
<
/TitleContainer
>
<
PeopleContainer
>
<
StyledLink
to
=
"People"
>
<
StyledLink
to
=
{
`/
${
roomName
}
/People`
}
>
<
FontAwesomeIcon
icon
=
{
faAddressBook
}
/
>
<
ItemText
>
People
<
/ItemText
>
<
/StyledLink
>
...
...
Please
register
or
login
to post a comment