Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide welcome page #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/IndexArticles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import articleStyles from './IndexArticles.module.css'
const IndexArticles: VFC = () => {
return (
<div className={articleStyles.article}>
<div className={styles.section}>
{/* <div className={styles.section}>
<h2>入部希望の方へ</h2>
新入生のみなさん、ご入学おめでとうございます!
<br />
新入生に限らず、RiPPro に興味がある方は <Link href="/welcome">新歓情報ページ</Link> をご覧ください。
<br />
</div>
</div> */}
<div className={styles.section}>
<h2>ようこそ RiPPro へ</h2>
<p>
Expand Down
4 changes: 2 additions & 2 deletions components/Layout/Navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const Navigator: VFC = () => {
Top
</Button>
</Link>
<Link href="/welcome">
{/* <Link href="/welcome">
<Button variant="text" className={`${styles.welcome} ${styles.navibutton}`}>
新歓情報
</Button>
</Link>
</Link> */}
<Link href="/event">
<Button variant="text" className={styles.navibutton}>
Event
Expand Down