Skip to content

Commit

Permalink
Merge pull request #112 from supabase-community/feat/report-issue-footer
Browse files Browse the repository at this point in the history
Add 'report an issue' link to the footer
  • Loading branch information
gregnr authored Oct 8, 2024
2 parents 75ba27e + 53a367d commit 019c92a
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 019c92a

Please sign in to comment.