Skip to content

Commit cf7eb0f

Browse files
authored
Merge pull request #6 from nkc-ug/revert-5-update/2025.4
Revert "Update/2025.4"
2 parents 8052f42 + 9cdeea5 commit cf7eb0f

File tree

15 files changed

+30
-613
lines changed

15 files changed

+30
-613
lines changed

package-lock.json

Lines changed: 10 additions & 379 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"normalize.css": "^8.0.1",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"react-router-dom": "^6.26.2",
22-
"sass": "^1.84.0",
23-
"swiper": "^11.2.6"
21+
"react-router-dom": "^6.26.2"
2422
},
2523
"devDependencies": {
2624
"@eslint/js": "^9.9.0",
-105 KB
Binary file not shown.
-84.9 KB
Binary file not shown.
-114 KB
Binary file not shown.

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Footer = () => {
1313
>
1414
<Container>
1515
<Box sx={{ textAlign: "center" }}>
16-
<Typography variant="caption">©2024-2025 NKC-UG</Typography>
16+
<Typography variant="caption">©2024 NKC-UG</Typography>
1717
</Box>
1818
</Container>
1919
</AppBar>

src/components/Header.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import nkcugLogo from "../assets/NKCUG_DP.svg";
66
import { Divide as Hamburger } from "hamburger-react";
77
import { useState } from "react";
88
import { useNavigate } from "react-router-dom";
9-
import ArrowRightIcon from "@mui/icons-material/ArrowRight";
109

1110
export const Header = () => {
1211
const [isOpen, setOpen] = useState(false);
1312
const nav = useNavigate();
1413
const PAGE_LINK = [
1514
{ name: "トップへ", link: "/" },
15+
{ name: "本サイトについて", link: "/SiteAbout" },
1616
{ name: "アカウント一覧", link: "/Account" },
1717
{ name: "イベント一覧", link: "/Event" },
1818
{ name: "入部希望者向け", link: "/Welcome" },
@@ -49,15 +49,6 @@ export const Header = () => {
4949
},
5050
}}
5151
>
52-
<Button
53-
variant="outlined"
54-
onClick={() => {
55-
nav("/NewStudent");
56-
}}
57-
>
58-
新入生の方へ
59-
<ArrowRightIcon />
60-
</Button>
6152
{PAGE_LINK.map((value, key) => {
6253
return (
6354
<Button

src/components/Page.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/pages/NewStudent.tsx

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/pages/SiteAbout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ export const SiteAbout = () => {
99
<Header />
1010
<Box sx={{ textAlign: "center" }}>
1111
<Typography variant="h4" sx={headingStyle}>
12-
当サイトについて
12+
本サイトについて
1313
</Typography>
1414
<Typography>
15-
当サイトは名古屋工学院専門学校の公認サークル『NKC-UG』の公式サイトです。
15+
本サイトは名古屋工学院専門学校の公認サークル『NKC-UG』の公式サイトです。
1616
<br />
17-
当サイトはNKC-UGについての紹介を主に目的として運営を行っていきます。
17+
本サイトはNKC-UGについての紹介を主に目的として運営を行っていきます。
1818
</Typography>
1919
<Typography variant="h4" sx={headingStyle}>
2020
各ページについて
2121
</Typography>
2222
<Typography>
23-
当サイトは現在、『トップページ』『当サイトについて』『アカウント一覧』『イベント一覧』『入部希望者向け』の5ページで構成されています。
23+
本サイトは現在、『トップページ』『本サイトについて』『アカウント一覧』『イベント一覧』『入部希望者向け』の5ページで構成されています。
2424
</Typography>
2525
<List sx={{ width: "fit-content", margin: "auto" }}>
2626
<ListItem>
@@ -33,7 +33,7 @@ export const SiteAbout = () => {
3333
</ListItem>
3434
<ListItem>
3535
<Card>
36-
<Typography variant="h5">当サイトについて</Typography>
36+
<Typography variant="h5">本サイトについて</Typography>
3737
<Typography>
3838
当ページです。このサイトの各ページの説明や運営体制などについての説明を記載しています。
3939
</Typography>

0 commit comments

Comments
 (0)