chore: add ToS

This commit is contained in:
Tianzhou Chen
2023-05-21 12:34:44 +08:00
parent 504d938488
commit bfb2664b54
4 changed files with 30 additions and 5 deletions

View File

@ -17,7 +17,7 @@ const SettingView = () => {
const { data: session } = useSession();
return (
<div className="w-full flex flex-col justify-start items-start space-y-3 py-4 sm:py-8 dark:bg-zinc-800">
<div className="w-full flex flex-col justify-start items-start space-y-3 py-4 sm:py-8">
<div className="w-full flex flex-row justify-start items-start flex-wrap gap-2">
<a
href="https://discord.gg/z6kakemDjm"
@ -61,12 +61,17 @@ const SettingView = () => {
</div>
</div>
<div className="w-full border border-gray-200 dark:border-zinc-700 p-4 rounded-lg space-y-2">
<div className="w-full border border-gray-200 dark:border-zinc-700 p-4 rounded-lg space-y-4">
<div className="w-full flex flex-row justify-between items-center gap-2">
<a href={"privacy"} target="_blank">
Privacy
</a>
</div>
<div className="w-full flex flex-row justify-between items-center gap-22">
<a href={"terms"} target="_blank">
Terms
</a>
</div>
</div>
<div className="w-full border border-red-200 dark:border-zinc-700 p-4 rounded-lg">