Skip to content

[#343] 리드미 메인 이미지를 수정한다#345

Merged
opficdev merged 3 commits intodevelopfrom
docs/#343-readme
Mar 31, 2026
Merged

[#343] 리드미 메인 이미지를 수정한다#345
opficdev merged 3 commits intodevelopfrom
docs/#343-readme

Conversation

@opficdev
Copy link
Copy Markdown
Owner

@opficdev opficdev self-assigned this Mar 31, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README.md by adding a 'Hitmap' feature to the preview table, updating existing images, and translating labels into Korean. A review comment identifies a missing percentage unit in a table cell width attribute, which should be corrected for consistency.

README.md Outdated
<td align="center" width="20%">
<img src="./docs/notification.png">
</td>
<td align="center" width="20">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

마지막 열의 width 속성값이 20으로 설정되어 있습니다. 다른 열들과 동일하게 20%로 단위를 명시하여 일관성을 유지해 주세요.

Suggested change
<td align="center" width="20">
<td align="center" width="20%">

@opficdev opficdev merged commit f5d1a8f into develop Mar 31, 2026
1 check passed
@opficdev opficdev deleted the docs/#343-readme branch March 31, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

리드미 메인 이미지를 수정한다

1 participant