Skip to content

Commit

Permalink
Merge pull request #20 from gdsc-ssu/feat/#19
Browse files Browse the repository at this point in the history
[fix] 선택화면 이미지 변경
  • Loading branch information
ChoiSangwon authored Feb 18, 2024
2 parents 22b4187 + 72cbf09 commit 088b63b
Show file tree
Hide file tree
Showing 7 changed files with 329 additions and 118 deletions.
48 changes: 41 additions & 7 deletions src/images/FoundCat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 44 additions & 10 deletions src/images/FoundDog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 58 additions & 22 deletions src/images/ListCat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 61 additions & 25 deletions src/images/ListDog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 61 additions & 22 deletions src/images/LostCat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 64 additions & 25 deletions src/images/LostDog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions src/pages/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,12 @@ const Intro = () => {
<S.Main>
<S.Titleimg src={MainTitle} alt="title" />
<S.Row>
{/* <S.Link to="/inputImage">
<S.LinkBox src={mainImg} alt="img" />
</S.Link> */}
{/* <S.Middle /> */}
<S.Link2 to="/select?cat">
<S.LinkBox2 src={MainCat} alt="research" />
</S.Link2>
<S.Link2 to="/select?dog">
<S.LinkBox2 src={MainDog} alt="research" />
</S.Link2>
{/* <S.Link2 to="/research">
<S.LinkBox2 src={ListCat} alt="research" />
</S.Link2> */}
</S.Row>
</S.Main>
</S.Background>
Expand Down

0 comments on commit 088b63b

Please sign in to comment.