Chore: Change about to help, and add link to Discord
This commit is contained in:
parent
b796f46dc2
commit
91a4a54f24
@ -18,11 +18,38 @@ export default function AboutModal({
|
|||||||
<Dialog open={open} onOpenChange={setOpen}>
|
<Dialog open={open} onOpenChange={setOpen}>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>About this project</DialogTitle>
|
<DialogTitle>Help & Support</DialogTitle>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<div className="text-sm text-muted-foreground">
|
<div className="space-y-4">
|
||||||
Sandbox is an open-source cloud-based code editing environment with
|
{/* <div className="text-sm text-muted-foreground">
|
||||||
custom AI code autocompletion and real-time collaboration.
|
Sandbox is an open-source cloud-based code editing environment with
|
||||||
|
custom AI code autocompletion and real-time collaboration.
|
||||||
|
</div> */}
|
||||||
|
<div className="text-sm text-muted-foreground">
|
||||||
|
Get help and support through our Discord community or by creating issues on GitHub:
|
||||||
|
</div>
|
||||||
|
<div className="space-y-2">
|
||||||
|
<div className="text-sm">
|
||||||
|
<a
|
||||||
|
href="https://discord.gitwit.dev/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="text-primary hover:underline"
|
||||||
|
>
|
||||||
|
Join our Discord community →
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div className="text-sm">
|
||||||
|
<a
|
||||||
|
href="https://github.com/jamesmurdza/sandbox/issues"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="text-primary hover:underline"
|
||||||
|
>
|
||||||
|
Report issues on GitHub →
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
@ -111,7 +111,7 @@ export default function Dashboard({
|
|||||||
className="justify-start font-normal text-muted-foreground"
|
className="justify-start font-normal text-muted-foreground"
|
||||||
>
|
>
|
||||||
<HelpCircle className="w-4 h-4 mr-2" />
|
<HelpCircle className="w-4 h-4 mr-2" />
|
||||||
About
|
Help
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user