Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ RocketCall은 시간을 하나의 우주 미션처럼 해석합니다.

<br>

## 📐와이어 프레임
<img width="884" height="868" alt="image" src="https://github.com/user-attachments/assets/ad58c77d-bae1-4449-b89f-bf659a088571" />

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.

high

이미지의 alt 속성값이 "image"로 되어 있어 스크린 리더 사용자에게 충분한 정보를 제공하지 못합니다. "RocketCall 앱 와이어프레임"과 같이 구체적인 내용으로 수정하는 것이 좋습니다.

또한, 이미지가 커서 README 전체 가독성을 해칠 수 있으므로, <details> 태그를 사용해 기본적으로 접혀있는 상태로 두는 것을 고려해 보세요. 이렇게 하면 사용자가 필요할 때만 이미지를 펼쳐볼 수 있습니다.

Suggested change
<img width="884" height="868" alt="image" src="https://github.com/user-attachments/assets/ad58c77d-bae1-4449-b89f-bf659a088571" />
<details>
<summary>와이어프레임 보기</summary>
<br>
<img width=


<br>

## 🛠 주요 기능

### 1. 홈 화면
Expand Down
Loading