mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +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">
|
<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} />
|
||||||
|
@ -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>
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user