chore: update links

This commit is contained in:
Steven
2023-10-26 09:00:36 +08:00
parent 064c930aed
commit 9859d77cba
7 changed files with 15 additions and 11 deletions

View File

@ -52,7 +52,7 @@ const UpdateLocalStorageDialog: React.FC<Props> = (props: Props) => {
<p className="text-sm break-words mb-1">{t("setting.storage-section.update-local-path-description")}</p>
<div className="flex flex-row items-center mb-2 gap-x-2">
<span className="text-sm text-gray-400 break-all">e.g. {"assets/{timestamp}_{filename}"}</span>
<LearnMore url="https://usememos.com/docs/local-storage" />
<LearnMore url="https://usememos.com/docs/get-started/local-storage" />
</div>
<Input
className="mb-2"