Skip to content
Closed
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions .ai-inspector/tasks/manual-d434a066.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AI Inspector Task manual-d434a066

- createdAt: 2026-03-27T08:46:16.908Z
- requestedBy: manual-test (admin)
- pageUrl: https://solid-connection.com/
- selector: `[data-ai-inspector=home-top-copy]`
- textSnippet: 작년 합격 점수가 궁금하신가요? 작년도 합격 점수 확인하러 가기

## Instruction
메인 홈 상단 문구 "작년 합격 점수가 궁금하신가요? 작년도 합격 점수 확인하러 가기" 를 좌측 정렬로 수정해주세요.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { IconGraduationCap, IconRightArrow } from "@/public/svgs/home";
const FindLastYearScoreBar = () => {
return (
<button
className="h-15 flex w-full cursor-pointer items-center justify-between border-b border-k-100 px-5 py-3 focus:outline-none"
className="h-15 flex w-full cursor-pointer items-center justify-between border-b border-k-100 px-5 py-3 text-left focus:outline-none"
onClick={() => toast.error("해당 기능은 현재 준비중입니다.")}
>
<div>
Expand Down
Loading