more settings stuff

This commit is contained in:
smolgrrr 2023-10-31 23:27:11 +11:00
parent bda548367d
commit 3f8e646057
3 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<meta name="description" content="TAO (The Anon Operation): unstoppable free speech" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/192_tao.png" />
<!--
manifest.json provides metadata used when your web app is installed on a

BIN
client/public/pepe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

View File

@ -25,7 +25,7 @@ const Settings = () => {
// }, []);
return (
<div className="settings-page bg-black text-white p-8">
<div className="settings-page bg-black text-white p-8 flex flex-col h-full">
<h1 className="text-lg font-semibold mb-4">Settings</h1>
<form onSubmit={handleSubmit}>
<div className="flex flex-wrap -mx-2 mb-4">
@ -77,8 +77,12 @@ const Settings = () => {
<a href="https://github.com/smolgrrr/TAO">
<img src="https://img.shields.io/github/stars/smolgrrr/TAO.svg?style=social" alt="Github Stars Badge" />
</a>
<div>
<span>Found a bug? dm me: <a className="underline" href="https://njump.me/npub13azv2cf3kd3xdzcwqxlgcudjg7r9nzak37usnn7h374lkpvd6rcq4k8m54">doot</a></span>
</div>
</div>
</div>
<img className="block sm:hidden h-20 mx-auto mt-auto" src="/pepe.png"/>
</div>
);