Skip to content

Commit

Permalink
refactor: 모바일 앱 및 배너 link 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghyun0505 committed Apr 16, 2024
1 parent d655cc5 commit 229df42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/home/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Banner = () => {
</Slider>
{isBannerAuthority && (
<S.BannerManageButton
onClick={() => window.open("http://dodam.b1nd.com/banner", "_blank")}
onClick={() => window.open("http://dodam.b1nd.com/bannersetting", "_blank")}
>
<IoOptionsOutline />
</S.BannerManageButton>
Expand Down
4 changes: 2 additions & 2 deletions src/constants/footer/footer.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ export const FOOTER_MOBILE_ITEMS = [
{
icon: RiGooglePlayFill,
title: "Google Play",
link: "https://play.google.com/store/apps/details?id=kr.hs.dgsw.smartschool.dodamdodam",
link: "https://dodam.b1nd.com/android",
},
{
icon: RiAppleFill,
title: "App Store",
link: "https://apps.apple.com/kr/app/%EB%8F%84%EB%8B%B4%EB%8F%84%EB%8B%B4/id1549451556",
link: "https://dodam.b1nd.com/ios",
},
];

0 comments on commit 229df42

Please sign in to comment.