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 9ed7ebc commit 0ee4cb7
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 @@ -4,7 +4,7 @@ import Image from 'next/image';
import { getNewsList } from '@/app/_libs/microcms';
import { TOP_NEWS_LIMIT } from '@/app/_constants';
import NewsList from '@/app/_components/NewsList';
import ButtonLink from './_components/ButtonLink';
import ButtonLink from '@/app/_components/ButtonLink';

export default async function Home() {
const data = await getNewsList({
Expand Down

0 comments on commit 0ee4cb7

Please sign in to comment.