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 12, 2024
1 parent fbfc9e8 commit cd74d55
Show file tree
Hide file tree
Showing 16 changed files with 566 additions and 407 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 cd74d55

Please sign in to comment.