Skip to content

Commit

Permalink
hotfix: 스튜디오 페이지 NoPlaylist의 포지션 설정 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
WilleLee committed Dec 4, 2024
1 parent a26124d commit ccd85ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/studio/my/features/StudioVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const FallbackWrapper = ({ children }: PropsWithChildren) => {

const NoPlaylist = () => {
return (
<div className="flex flex-col items-center gap-2">
<div className="absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 flex-col items-center gap-2">
<p className="funch-medium16 text-content-static-white">방송 정보를 불러올 수 없어요.</p>
<Link
className="funch-bold14 text-content-static-warmgray hover:text-content-static-coolgray rounded-md px-1.5 py-0.5"
Expand Down

0 comments on commit ccd85ed

Please sign in to comment.