Skip to content

Commit

Permalink
chore: update error boundry repo link (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat authored Jan 7, 2025
1 parent e642f8e commit b6877e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ class ErrorBoundary extends Component<PropsWithChildren<Props>, State> {
<p className="mt-2">
{t("error.report")}{" "}
<a
href="https://github.com/cstenglein/raspiblitz-web/issues"
href="https://github.com/raspiblitz/raspiblitz-web/issues"
className="cursor-pointer text-blue-500"
>
https://github.com/cstenglein/raspiblitz-web/issues
https://github.com/raspiblitz/raspiblitz-web/issues
</a>
</p>
</section>
Expand Down

0 comments on commit b6877e5

Please sign in to comment.