Skip to content

[DEPLOY] 크롤링된 게시글에서 링크 스타일 추가#303

Merged
kyh0726 merged 2 commits into
mainfrom
develop
Jun 6, 2026
Merged

[DEPLOY] 크롤링된 게시글에서 링크 스타일 추가#303
kyh0726 merged 2 commits into
mainfrom
develop

Conversation

@kyh0726

@kyh0726 kyh0726 commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

🚀 Pull Request

✨ Summary

이번 PR에서 어떤 변화가 있었는지 한 줄 요약해주세요.

  • 크롤링된 게시글에서 링크 스타일 추가

@kyh0726 kyh0726 self-assigned this Jun 6, 2026
@kyh0726 kyh0726 requested a review from a team as a code owner June 6, 2026 01:26
@kyh0726 kyh0726 added the chore 잡일, 설정, 의존성 업데이트, 환경 설정 등 label Jun 6, 2026
@vercel

vercel Bot commented Jun 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
causw-v3-admin Building Building Preview, Comment Jun 6, 2026 1:26am
causw-v3-admin-dev Ready Ready Preview, Comment Jun 6, 2026 1:26am
causw-v3-web Building Building Preview, Comment Jun 6, 2026 1:26am
causw-v3-web-dev Building Building Preview, Comment Jun 6, 2026 1:26am

@github-actions github-actions Bot requested review from gomx3 and lee0jae330 June 6, 2026 01:26
@kyh0726 kyh0726 merged commit e775075 into main Jun 6, 2026
4 of 7 checks passed

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

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.

Code Review

이번 풀리퀘스트는 PostBody 컴포넌트 내 링크(a 태그)에 파란색 글씨와 밑줄 스타일을 추가하는 변경사항을 포함하고 있습니다. 리뷰를 통해 부모 요소의 break-all 클래스가 자식 요소로 상속되므로, 자식 a 태그에 중복으로 적용된 [&_a]:break-all 클래스를 제거하여 코드를 간결하게 정리하라는 피드백이 제시되었습니다.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

suppressHydrationWarning
style={collapseStyles}
className="break-all [&_a]:break-all [&_img]:h-auto [&_img]:max-w-full"
className="break-all [&_a]:break-all [&_a]:text-blue-600 [&_a]:underline [&_img]:h-auto [&_img]:max-w-full"

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

부모 Text 컴포넌트에 이미 break-all 클래스가 적용되어 있습니다. CSS의 word-break 속성은 자식 요소로 상속(inherit)되므로, 자식 a 태그에 개별적으로 [&_a]:break-all을 적용하는 것은 중복입니다. 이를 제거하여 코드를 더 간결하게 정리할 수 있습니다.

Suggested change
className="break-all [&_a]:break-all [&_a]:text-blue-600 [&_a]:underline [&_img]:h-auto [&_img]:max-w-full"
className="break-all [&_a]:text-blue-600 [&_a]:underline [&_img]:h-auto [&_img]:max-w-full"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 잡일, 설정, 의존성 업데이트, 환경 설정 등

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants