Skip to content

Commit

Permalink
Merge pull request #60 from Myongji-Graduate/fix/team-page
Browse files Browse the repository at this point in the history
v2.6.5
  • Loading branch information
yougyung authored Aug 10, 2024
2 parents c736b12 + 3bd33ff commit f2b8755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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://pastoral-topaz-a50.notion.site/b2c4549dba8b455ca3f6cc83f851a801?pvs=4';
window.location.href = 'https://soft-anorak-0ca.notion.site/e35e3b210995463fa748f35aab536f2c';
});
this.addEvent('click', '.GNB__tab-navigator__mobile', () => {
this.togglemobileCategory();
Expand Down
4 changes: 2 additions & 2 deletions src/components/mobile-category/mobile-category.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class MobileCategory extends Component {
})}</div>
<div class="mobile-category__content-menu">${aboutNavigate.render({
title: '팀소개',
navigate: 'https://pastoral-topaz-a50.notion.site/b2c4549dba8b455ca3f6cc83f851a801?pvs=4',
navigate: 'https://soft-anorak-0ca.notion.site/e35e3b210995463fa748f35aab536f2c',
type: 'href',
})}</div>
<div class="mobile-category__content-signout">로그아웃</div>
Expand All @@ -59,7 +59,7 @@ export default class MobileCategory extends Component {
})}</div>
<div class="mobile-category__content-menu">${aboutNavigate.render({
title: '팀소개',
navigate: 'https://pastoral-topaz-a50.notion.site/b2c4549dba8b455ca3f6cc83f851a801?pvs=4',
navigate: 'https://soft-anorak-0ca.notion.site/e35e3b210995463fa748f35aab536f2c',
type: 'href',
})}</div>
<div class="mobile-category__content-signin">로그인</div>
Expand Down

0 comments on commit f2b8755

Please sign in to comment.