Skip to content

Commit

Permalink
Update support us component text
Browse files Browse the repository at this point in the history
  • Loading branch information
Zishan-7 committed Oct 10, 2024
1 parent 8e2e3ec commit 09a0e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shared/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ export default function Sidebar({ onOpenChange }) {

{!state.isLoading && !state.isSubscribed && (
<div className="mx-5 mb-5 flex flex-col gap-y-2 rounded-sm bg-content2 p-3">
<span className="text-foreground-1">Support Us</span>
<span className="text-foreground-1">Like what you see?</span>
<p className="text-xs text-foreground-2">
take advantage of all the features in one glanceand any other text.
Lets add another line here.
If you find our dashboard helpful and would like to help our ongoing
development, your support would be massive!
</p>

<Button
Expand Down

0 comments on commit 09a0e7b

Please sign in to comment.