Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-10 07:56:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14f2d561aba5c914b9f65bbb004db35a73e5c1e2
14f2d561
1 parent
38c21196
Builds for 1 pipeline
failed
in 21 seconds
Word의 위치 수정
Changes
1
Builds
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/components/room/Word.tsx
web/src/components/room/Word.tsx
View file @
14f2d56
...
...
@@ -28,7 +28,7 @@ export const Word: React.FC<WordProps> = (props) => {
return (
<button className={`bg-green-500 active:bg-green-600 fixed
text-white font-bold ${'mt-' + 40*(props.index+
1
)} mt-40
text-white font-bold ${'mt-' + 40*(props.index+
2
)} mt-40
px-5 py-2 rounded shadow
outline-none focus:outline-none hover:shadow-md
ease-linear transition-all duration-100`}
...
...
Please
register
or
login
to post a comment