Skip to content

Commit

Permalink
Changed header to be the DisabledHeader in 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd2101 committed Dec 3, 2023
1 parent 882da61 commit f33865f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend-v2/components/Error/ClientSideError.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Flex, Heading, Image, Text } from "@chakra-ui/react";
import { GraduatePostAuthHeader } from "../Header";
import { GraduateDisabledAppHeader } from "../Header";
import { GraduateButtonLink } from "../Link";

export const ClientSideError: React.FC = () => {
return (
<Flex flexDirection="column" height="100vh" overflow="hidden">
<GraduatePostAuthHeader />
<GraduateDisabledAppHeader />
<Flex
height="100%"
overflow="hidden"
Expand Down

0 comments on commit f33865f

Please sign in to comment.