Skip to content

Commit

Permalink
refactor: pdf viewer components
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Nov 11, 2024
1 parent fbfc9e8 commit e2a2988
Show file tree
Hide file tree
Showing 14 changed files with 416 additions and 400 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const ErrorBase = ({
buttons = [],
}: ErrorBaseProps) => {
return (
<div className={clsx([styles.body, styles.error])}>
<div className={clsx([styles.viewer, styles.error])}>
{icon}
<h3 className={styles.errorTitle}>{title}</h3>
<p className={styles.errorMessage}>{subtitle}</p>
Expand Down
Loading

0 comments on commit e2a2988

Please sign in to comment.