Skip to content

Commit a5aa869

Browse files
authored
Merge pull request #215 from ChubachiPT2024/feature/fix_title
fix title Manakan -> manakan
2 parents f6372e0 + 58c0254 commit a5aa869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Manakan</title>
5+
<title>manakan</title>
66
</head>
77

88
<body class="bg-gray-50">

src/presentation/classification/components/SideMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function SideMenu({ children, enabled, reportId }: SideMenuProps) {
1616
<div className="bg-white h-screen w-56 flex flex-col shadow-md">
1717
<header className="pt-3 pl-3 pb-7 flex">
1818
<PiFlowerDuotone color="pink" size={35} />
19-
<h1 className="text-3xl font-semibold ml-1">Manakan</h1>
19+
<h1 className="text-3xl font-semibold ml-1">manakan</h1>
2020
</header>
2121
<h2 className="text-xl mb-1">未分類</h2>
2222
<div

0 commit comments

Comments
 (0)