Skip to content

Commit

Permalink
feat: adds 'report an issue' link to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Oct 8, 2024
1 parent 75ba27e commit 53a367d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/postgres-new/components/ide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,15 @@ function Footer() {
rel="noopener noreferrer"
>
Learn about database.build
</a>{' '}
|{' '}
<a
className="underline cursor-pointer"
href="https://github.com/supabase-community/postgres-new/issues/new/choose"
target="_blank"
rel="noopener noreferrer"
>
Report an issue
</a>
</div>
)
Expand Down

0 comments on commit 53a367d

Please sign in to comment.