Skip to content

Commit

Permalink
fix: Make error boundary link domain agnostic. (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur authored Dec 12, 2023
1 parent d2dfc7c commit d766593
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/frontend-v2/components/Error/ClientSideError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ export const ClientSideError: React.FC = () => {
Sorry! We are unable to retrieve the information you need.
</Text>
<GraduateButtonLink
href={
process.env.NODE_ENV == "development"
? "http://localhost:3002/home"
: "https://graduatenu.com/home"
}
href="/home"
mt="md"
variant="solid"
borderRadius="lg"
Expand Down

0 comments on commit d766593

Please sign in to comment.