Skip to content

Commit

Permalink
Merge pull request #35 from PRTIMES/name-fix
Browse files Browse the repository at this point in the history
name-fix
  • Loading branch information
kikukiku1111111 authored Aug 30, 2024
2 parents 28dce61 + 07d530b commit 24dc161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Header = () => {
<IconButton onClick={() => router.back()} sx={{ color: 'white' }}>
<ArrowBackIcon />
</IconButton>
<h1 style={{ flexGrow: 1, textAlign: 'center' }}>サーチポート</h1>
<h1 style={{ flexGrow: 1, textAlign: 'center' }}>サチポ</h1>
<IconButton onClick={goForward} sx={{ color: 'white' }}>
<ArrowForwardIcon />
</IconButton>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Document() {
return (
<Html lang="en">
<Head>
<title>サーチポート|あなたに合った記事を見つけられる</title>
<title>サチポ|あなたに合った記事を見つけられる</title>
<link rel="icon" href="/favicons/search.png" />
</Head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Top() {
<div className="relative isolate overflow-hidden bg-gray-600 min-h-screen py-24 sm:py-32 flex flex-col justify-center items-center">
<div className="px-4 sm:px-6 lg:px-8 text-center">
<h2 className="text-4xl font-bold tracking-tight text-white sm:text-6xl">
サーチポート
サチポ
</h2>
<p className="mt-6 text-lg leading-8 text-gray-300">
あなたに合った記事を見つけられる
Expand Down

0 comments on commit 24dc161

Please sign in to comment.