Skip to content

Commit

Permalink
longer description
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed Apr 27, 2024
1 parent b99d3ee commit fb47a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 class="text-muted-foreground max-w-xl mx-auto">
輸入臺灣地址轉為英文格式,支援中文、全形數字轉換,方便填寫國際郵件,或是在網路上填寫地址時使用,翻譯都在本機上運作,確保隱私無疑慮
</p>
<AddressToEnglishInput client:visible />
<p class="text-sm text-muted-foreground">
Expand Down

0 comments on commit fb47a3b

Please sign in to comment.