Skip to content
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