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 e84f510 commit f991747Copy full SHA for f991747
โsrc/app/independent/[id]/page.tsxโ
@@ -212,7 +212,7 @@ const IndependentLetterPage = () => {
212
buttonType="primary"
213
size="large"
214
text="๋ต์ฅํ๊ธฐ"
215
- onClick={() => router.push('/send/letter')}
+ onClick={() => router.push('/send/receiver')}
216
/>
217
</ButtonContainer>
218
</Container>
โsrc/app/letter/[id]/page.tsxโ
@@ -273,7 +273,7 @@ const LetterPage = () => {
273
274
275
276
277
278
279
0 commit comments