Skip to content

Commit

Permalink
fix: #22, #23
Browse files Browse the repository at this point in the history
  • Loading branch information
YouheiNozaki committed May 16, 2024
1 parent 8e3fa99 commit 5e22708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/_components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Footer() {
</li>
</ul>
</nav>
<p className={styles.cr}>© SIMPLE. All Rights Reserved 2023</p>
<p className={styles.cr}>© SIMPLE. All Rights Reserved 2024</p>
</footer>
);
}
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styles from './page.module.css';
import Image from 'next/image';

import NewsList from '@/app/_components/NewsList';
import ButtonLink from './_components/ButtonLink';
import ButtonLink from '@/app/_components/ButtonLink';
import { News } from '@/app/_libs/microcms';

const data: { contents: News[] } = {
Expand Down

0 comments on commit 5e22708

Please sign in to comment.