Skip to content

Commit

Permalink
✨ Add report bug link to footer
Browse files Browse the repository at this point in the history
Closes #381
  • Loading branch information
pajowu committed Nov 16, 2023
1 parent fbcb002 commit 6b6b835
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/common/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ export function Footer({ className = '' }: { className?: string }) {
</Link>
</PipeListItem>
<FooterPages />
<PipeListItem>
<a
href={`https://github.com/bugbakery/transcribee/issues/new`}
target="_blank"
rel="noreferrer"
className="underline decoration-dashed"
>
Report Bug
</a>
</PipeListItem>
</ul>
</div>
);
Expand Down

0 comments on commit 6b6b835

Please sign in to comment.