|
|
|
@ -32,7 +32,12 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
|
|
|
|
|
<div className="mt-4 flex flex-row text-sm justify-start items-center">
|
|
|
|
|
<div className="flex flex-row justify-start items-center mr-2">
|
|
|
|
|
Powered by
|
|
|
|
|
<a href="https://usememos.com" className="flex flex-row justify-start items-center mr-1 hover:underline">
|
|
|
|
|
<a
|
|
|
|
|
href="https://usememos.com"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noreferrer"
|
|
|
|
|
className="flex flex-row justify-start items-center mr-1 hover:underline"
|
|
|
|
|
>
|
|
|
|
|
<img className="w-6 h-auto" src="/logo.png" alt="" />
|
|
|
|
|
memos
|
|
|
|
|
</a>
|
|
|
|
@ -42,7 +47,12 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
|
|
|
|
|
</div>
|
|
|
|
|
<div className="border-t mt-3 pt-2 text-sm flex flex-row justify-start items-center">
|
|
|
|
|
<span className="text-gray-500 mr-2">Other projects:</span>
|
|
|
|
|
<a href="https://github.com/boojack/sticky-notes" className="flex items-center underline text-blue-600 hover:opacity-80">
|
|
|
|
|
<a
|
|
|
|
|
href="https://github.com/boojack/sticky-notes"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noreferrer"
|
|
|
|
|
className="flex items-center underline text-blue-600 hover:opacity-80"
|
|
|
|
|
>
|
|
|
|
|
<img
|
|
|
|
|
className="w-4 h-auto mr-1"
|
|
|
|
|
src="https://raw.githubusercontent.com/boojack/sticky-notes/main/public/sticky-notes.ico"
|
|
|
|
|