Skip to content

Commit

Permalink
Add break between lines & add text
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Jun 5, 2024
1 parent 3dbef77 commit 161ee04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ui/core/components/importers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,13 @@ export class IndividualAddonImporter<SpecType extends Spec> extends Importer {
if (warningRef.value)
new Toast({
title: 'Reforging issues',
body: 'There are known issues with Reforging when using the WSE addon. Always make sure to double check your reforges.',
body: (
<>
There are known issues with Reforging when using the WSE addon.
<br />
Always make sure to double check your reforges after importing.
</>
),
additionalClasses: ['toast-import-warning'],
container: warningRef.value,
variant: 'warning',
Expand Down

0 comments on commit 161ee04

Please sign in to comment.