Skip to content

Commit

Permalink
refator: 기존 코드 lint 및 코드 포매팅
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoeunkh committed May 14, 2024
1 parent 1b6b0ff commit 462c290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/SpecialGuestPage.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const MainContent = styled.div`
`;
export const BackImg = styled.img`
position: absolute;
top:0;
top: 0;
z-index: -10;
width: 100%;
`;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SpecialGuestPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { Paragraph } from "@/components/typography/Paragraph";
import { Text } from "@/components/typography/Text";

import tencmImg from "@/assets/10cm.jpg";
import backImg from "@/assets/BackImg.png";
import bigmamaImg from "@/assets/bigmama.webp";
import hahaImg from "@/assets/haha.webp";
import jannaviImg from "@/assets/jannavi.jpg";
Expand All @@ -15,7 +16,6 @@ import norazoImg from "@/assets/norazo.jpg";
import paulblancoImg from "@/assets/paulblanco.avif";
import qwerImg from "@/assets/qwer.webp";
import soranbandImg from "@/assets/soranband.webp";
import backImg from "@/assets/BackImg.png";

import { MainContent, GuestCard, GuestContainer, Date, BackImg } from "./SpecialGuestPage.styled";

Expand Down

0 comments on commit 462c290

Please sign in to comment.