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 9b11190 commit 1990609
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/components/menu/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,20 @@ export function Sidebar() {
<AccordionContent>
<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!</p>
<p>
We would love to hear your feedback here:{" "}
Leave your feedback here:{" "}
<Link className="underline underline-offset-2" href={"/c/pingpad"}>
/pingpad
</Link>
</p>
<br />
<p>
big love,{" "}
<Link className="underline underline-offset-2" href={"/u/kualta"}>
@kualta
</Link>
- big love,{" "}
<Link className="underline underline-offset-2" href={"/u/pingpad"}>
@pingpad
</Link>{" "}
team
</p>
</AccordionContent>
</AccordionItem>
Expand Down

0 comments on commit 1990609

Please sign in to comment.