Skip to content

Commit c96f5a6

Browse files
committed
fix typo
1 parent de3e06a commit c96f5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TopNotice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function TopNotice() {
1919
return (
2020
<div className="bg-blue-50 border-b border-blue-200 text-blue-800 px-4 py-3 text-sm flex justify-between items-center">
2121
<div className="flex flex-col sm:flex-row sm:items-center gap-2">
22-
<span>⚙️ 이 블로그는 현재 포팅 작업 중입니다.</span>
22+
<span>⚙️ 이 블로그는 현재 작업 중입니다.</span>
2323
<Link
2424
href="https://github.com/eottabom/eottabom.github.io/tree/maintenance/master/_posts"
2525
target="_blank"

0 commit comments

Comments
 (0)