Skip to content

Commit

Permalink
longer description
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed Apr 26, 2024
1 parent 1bf356c commit 180c12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/zh-tw/address-to-english.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import { AddressToEnglishInput } from "../../components/address-to-english-input

<BaseLayout
title="台灣中華郵政地址轉英文"
description="輸入臺灣地址轉為英文格式,支援中文、全形數字轉換"
description="輸入臺灣地址轉為英文格式,支援中文、全形數字轉換,方便填寫國際郵件,或是在網路上填寫地址時使用"
>
<main
class="text-center min-h-[calc(100dvh-10rem)] md:min-h-[calc(100dvh-16rem)] flex justify-center flex-col"
>
<h1 class="text-3xl font-bold">台灣中華郵政地址轉英文</h1>
<p class="text-muted-foreground">
輸入臺灣地址轉為英文格式,支援中文、全形數字轉換
輸入臺灣地址轉為英文格式,支援中文、全形數字轉換,方便填寫國際郵件,或是在網路上填寫地址時使用
</p>
<AddressToEnglishInput client:visible />
<p class="text-sm text-muted-foreground">
Expand Down

0 comments on commit 180c12c

Please sign in to comment.