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 e2c5390
Show file tree
Hide file tree
Showing 15 changed files with 427 additions and 403 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 e2c5390

Please sign in to comment.