Skip to content

Commit

Permalink
fix: remove foo debug (#1477)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy authored Aug 20, 2024
1 parent c3a28bd commit d45bd4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Oops.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Oops: FC<IOops> = ({ error }: IOops) => {
return (
<div className="flex flex-1 flex-col items-center justify-center p-4">
<div className="mt-2 mb-5 text-5xl">
<EmojiText text={`${emoji} foo`} />
<EmojiText text={emoji} />
</div>

<div className="mb-2 text-xl font-semibold">{error.title}</div>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/components/__snapshots__/Oops.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d45bd4e

Please sign in to comment.