Skip to content

Commit 74cafa4

Browse files
committed
Restore section name in tips
1 parent 92b5fe6 commit 74cafa4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/tips/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const metadata = {
66
export default function TipsPage() {
77
return (
88
<div className="mx-auto flex w-full max-w-3xl flex-col gap-6">
9-
<section className="flex flex-col gap-3">
9+
<section className="flex flex-col gap-3">
1010
<h1 className="text-2xl font-semibold">원칙</h1>
1111
<ul className="list-disc pl-6 leading-7">
1212
<li>
@@ -54,6 +54,7 @@ export default function TipsPage() {
5454
</section>
5555

5656
<section className="flex flex-col gap-3">
57+
<h1 className="text-2xl font-semibold">쉬운 번역팁</h1>
5758
<ul className="list-disc pl-6 leading-7">
5859
<li>
5960
<strong>non-XX</strong>: {"'비XX'"} 대신에 간혹 {"'XX 외'"}가 좋을

0 commit comments

Comments
 (0)