Skip to content

Commit

Permalink
fix: 소개페이지 링크 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Feb 19, 2024
1 parent db57e63 commit a5b32f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/GNB/GNB.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default class GNB extends Component {
router.navigate('/tutorial');
});
this.addEvent('click', '.gnb-about', () => {
window.location.href = 'https://jade-sofa-1be.notion.site/7ebf97e49afe403eab8394eaec8e32a1';
window.location.href = 'https://pastoral-topaz-a50.notion.site/b2c4549dba8b455ca3f6cc83f851a801?pvs=4';
});
this.addEvent('click', '.GNB__tab-navigator__mobile', () => {
this.togglemobileCategory();
Expand Down
6 changes: 2 additions & 4 deletions src/components/mobile-category/mobile-category.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ export default class MobileCategory extends Component {
})}</div>
<div class="mobile-category__content-menu">${aboutNavigate.render({
title: '팀소개',
navigate: 'https://jade-sofa-1be.notion.site/7ebf97e49afe403eab8394eaec8e32a1',
navigate: 'https://pastoral-topaz-a50.notion.site/b2c4549dba8b455ca3f6cc83f851a801?pvs=4',
type: 'href',
})}</div>
<div class="mobile-category__content-signout">로그아웃</div>
`
: `
Expand All @@ -60,10 +59,9 @@ export default class MobileCategory extends Component {
})}</div>
<div class="mobile-category__content-menu">${aboutNavigate.render({
title: '팀소개',
navigate: 'https://jade-sofa-1be.notion.site/7ebf97e49afe403eab8394eaec8e32a1',
navigate: 'https://pastoral-topaz-a50.notion.site/b2c4549dba8b455ca3f6cc83f851a801?pvs=4',
type: 'href',
})}</div>
<div class="mobile-category__content-signin">로그인</div>
`
}
Expand Down

0 comments on commit a5b32f1

Please sign in to comment.