Skip to content

Commit

Permalink
update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Jul 7, 2024
1 parent 1302546 commit 9b11190
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions src/components/menu/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,19 @@ export function Sidebar() {
</span>
</AccordionTrigger>
<AccordionContent>
<p>Welcome and thank you for being here so early!</p>
<p>Welcome to pingpad!</p>
<p>This is a beta, some things might be broken</p>
<p>
We would love to hear what you think! leave feedback on{" "}
<a
className="underline "
href="https://github.com/pingpad-io/ping/issues"
target="_blank"
rel="noreferrer"
>
github
</a>{" "}
or{" "}
<a className="underline " href="https://discord.gg/DhMeQAXW4F" target="_blank" rel="noreferrer">
discord
</a>
We would love to hear your feedback here:{" "}
<Link className="underline underline-offset-2" href={"/c/pingpad"}>
/pingpad
</Link>
</p>
<p>
big love,{" "}
<Link className="underline underline-offset-2" href={"/u/kualta"}>
@kualta
</Link>
</p>
</AccordionContent>
</AccordionItem>
Expand Down

0 comments on commit 9b11190

Please sign in to comment.