Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpaAP committed Sep 8, 2024
1 parent 1ec3453 commit 8f6e2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/ResultLoading.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from "@emotion/styled";

export const DongariImage = styled("img")`
width: 15vh;
aspectratio: "1/1";
aspect-ratio: "1/1";
margin-bottom: 55px;
`;

Expand Down
2 changes: 1 addition & 1 deletion src/pages/SelectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function SelectPage() {
<Text size="xl">{root?.getValue.question}</Text>
) : (
<Text size="m" style={{ textAlign: "center", fontWeight: "bold" }}>
두근두근 설레는 가두보집! <br /> 동아리 부스가 엄청 많다! <br /> 어느 분야부터 설명을 들어볼까?
두근두근 설레는 가두모집! <br /> 동아리 부스가 엄청 많다! <br /> 어느 분야부터 설명을 들어볼까?
</Text>
)}
<ButtonWrapper variants={root === null ? "field" : "choice"}>
Expand Down

0 comments on commit 8f6e2fd

Please sign in to comment.