We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b5fe6 commit 74cafa4Copy full SHA for 74cafa4
1 file changed
app/tips/page.tsx
@@ -6,7 +6,7 @@ export const metadata = {
6
export default function TipsPage() {
7
return (
8
<div className="mx-auto flex w-full max-w-3xl flex-col gap-6">
9
- <section className="flex flex-col gap-3">
+ <section className="flex flex-col gap-3">
10
<h1 className="text-2xl font-semibold">원칙</h1>
11
<ul className="list-disc pl-6 leading-7">
12
<li>
@@ -54,6 +54,7 @@ export default function TipsPage() {
54
</section>
55
56
<section className="flex flex-col gap-3">
57
+ <h1 className="text-2xl font-semibold">쉬운 번역팁</h1>
58
59
60
<strong>non-XX</strong>: {"'비XX'"} 대신에 간혹 {"'XX 외'"}가 좋을
0 commit comments