Skip to content

Commit

Permalink
fix: GameSkeleton aria-label 추가 #230
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Sep 13, 2024
1 parent e4e1bc0 commit ad9ecc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
const GameSkeleton = () => {
return (
<div css={skeletonLayout}>
<div css={skeletonCategory} data-testid="skeletonCategory" />
<span css={skeletonText} />
<div css={skeletonCategory} />
<span css={skeletonText} aria-label="로딩중" />
<div css={skeletonOptionContainer} />
</div>
);
Expand Down

0 comments on commit ad9ecc4

Please sign in to comment.