Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenadros committed Oct 17, 2024
1 parent 5fa1b24 commit 18e808c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ui-src/components/LibraryError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ export const LibraryError = () => {
<Stack space="small">
<Stack space="xsmall">
<Banner icon={<IconWarning32 />} variant="warning">
Oops! It looks like there was an <b>error generating the export file</b>. Please open an
issue in our{' '}
Oops! It looks like there was an <b>error generating the export file</b>.
</Banner>
<span>
Please open an issue in our{' '}
<Link
href="https://github.com/penpot/penpot-exporter-figma-plugin/issues"
target="_blank"
rel="noreferrer"
style="color: black; text-decoration-line: underline;"
>
<b>Github repository</b>
Github repository
</Link>
, and we&apos;ll be happy to assist you!
</Banner>
</span>
<Stack space="xsmall" direction="row">
<Button onClick={reload} fullWidth>
Reload
Expand Down

0 comments on commit 18e808c

Please sign in to comment.