mirror of
https://github.com/usememos/memos.git
synced 2025-03-10 12:33:38 +08:00
chore: fix typo in About.tsx (#2899)
This commit is contained in:
parent
57510ddee5
commit
82e72813f9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const About = () => {
|
||||||
</Link>
|
</Link>
|
||||||
<Icon.Dot className="w-4 h-auto opacity-60" />
|
<Icon.Dot className="w-4 h-auto opacity-60" />
|
||||||
<Link underline="always" href="https://www.usememos.com/" target="_blank">
|
<Link underline="always" href="https://www.usememos.com/" target="_blank">
|
||||||
Offical Website
|
Official Website
|
||||||
</Link>
|
</Link>
|
||||||
<Icon.Dot className="w-4 h-auto opacity-60" />
|
<Icon.Dot className="w-4 h-auto opacity-60" />
|
||||||
<Link underline="always" href="https://www.usememos.com/blog" target="_blank">
|
<Link underline="always" href="https://www.usememos.com/blog" target="_blank">
|
||||||
|
|
Loading…
Reference in a new issue