Skip to content

Commit

Permalink
Merge pull request #134 from LikelionUniv/feature/RevertToMain
Browse files Browse the repository at this point in the history
feat: 기존 메인 페이지로 원상복구
  • Loading branch information
eastfilmm authored Nov 6, 2024
2 parents da52e6b + 7989843 commit 509c111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/landing/LandingPage.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//import '../components/LoadScript';

// import Landing from './components/Landing';
import HackathonLanding from './components/hackathon/HackathonLanding';
import Landing from './components/Landing';
// import HackathonLanding from './components/hackathon/HackathonLanding';

const LandingPage = () => {
// return <Landing />; // 추후 랜딩 페이지에 관련해서 해커톤 기간이 끝나면 다시 되돌릴 계획입니다.
return <HackathonLanding />;
return <Landing />; // 추후 랜딩 페이지에 관련해서 해커톤 기간이 끝나면 다시 되돌릴 계획입니다.
// return <HackathonLanding />; // 해커톤 기간에 다시 이 주석을 해제해주세요.
};

export default LandingPage;

0 comments on commit 509c111

Please sign in to comment.