mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 00:51:30 +03:00
chore: update docs link
This commit is contained in:
parent
51137e01ef
commit
b233eaea97
@ -384,7 +384,7 @@ const MemoEditor = (props: Props) => {
|
||||
<div className="common-tools-container">
|
||||
<TagSelector onTagSelectorClick={(tag) => handleTagSelectorClick(tag)} />
|
||||
<button className="action-btn">
|
||||
<Icon.Image className="icon-img" onClick={handleUploadFileBtnClick} />
|
||||
<Icon.Paperclip className="icon-img" onClick={handleUploadFileBtnClick} />
|
||||
</button>
|
||||
<button className="action-btn">
|
||||
<Icon.CheckSquare className="icon-img" onClick={handleCheckBoxBtnClick} />
|
||||
|
@ -62,7 +62,7 @@ const AccessTokenSection = () => {
|
||||
<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">
|
||||
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 className="text-sm text-gray-700 dark:text-gray-500">A list of all access tokens for your account.</p>
|
||||
</div>
|
||||
|
@ -53,6 +53,8 @@
|
||||
}
|
||||
|
||||
> .memo-content-wrapper {
|
||||
@apply mt-1;
|
||||
|
||||
> .memo-content-text {
|
||||
.tag-span {
|
||||
@apply cursor-pointer hover:opacity-80;
|
||||
|
Loading…
Reference in New Issue
Block a user