chore: update docs link

This commit is contained in:
Steven 2023-09-16 12:25:57 +08:00
parent 51137e01ef
commit b233eaea97
3 changed files with 4 additions and 2 deletions

View File

@ -384,7 +384,7 @@ const MemoEditor = (props: Props) => {
<div className="common-tools-container"> <div className="common-tools-container">
<TagSelector onTagSelectorClick={(tag) => handleTagSelectorClick(tag)} /> <TagSelector onTagSelectorClick={(tag) => handleTagSelectorClick(tag)} />
<button className="action-btn"> <button className="action-btn">
<Icon.Image className="icon-img" onClick={handleUploadFileBtnClick} /> <Icon.Paperclip className="icon-img" onClick={handleUploadFileBtnClick} />
</button> </button>
<button className="action-btn"> <button className="action-btn">
<Icon.CheckSquare className="icon-img" onClick={handleCheckBoxBtnClick} /> <Icon.CheckSquare className="icon-img" onClick={handleCheckBoxBtnClick} />

View File

@ -62,7 +62,7 @@ const AccessTokenSection = () => {
<div className="sm:flex-auto space-y-1"> <div className="sm:flex-auto space-y-1">
<p className="flex flex-row justify-start items-center font-medium text-gray-700 dark:text-gray-400"> <p className="flex flex-row justify-start items-center font-medium text-gray-700 dark:text-gray-400">
Access Tokens Access Tokens
<LearnMore className="ml-2" url="https://usememos.com/docs/local-storage" /> <LearnMore className="ml-2" url="https://usememos.com/docs/access-tokens" />
</p> </p>
<p className="text-sm text-gray-700 dark:text-gray-500">A list of all access tokens for your account.</p> <p className="text-sm text-gray-700 dark:text-gray-500">A list of all access tokens for your account.</p>
</div> </div>

View File

@ -53,6 +53,8 @@
} }
> .memo-content-wrapper { > .memo-content-wrapper {
@apply mt-1;
> .memo-content-text { > .memo-content-text {
.tag-span { .tag-span {
@apply cursor-pointer hover:opacity-80; @apply cursor-pointer hover:opacity-80;