Skip to content

Commit

Permalink
Run prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Sep 18, 2024
1 parent 8ca82a1 commit fbaf19a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion framerail/src/lib/popup/error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@
})
</script>

<div class="modal-container" on:click={containerExitPrompt} on:keydown={escKeydown} role="dialog" aria-labelledby="modal-title" aria-describedby="modal-message">
<div
class="modal-container"
on:click={containerExitPrompt}
on:keydown={escKeydown}
role="dialog"
aria-labelledby="modal-title"
aria-describedby="modal-message"
>
<div class="modal error-modal">
<h2 id="modal-title">UT: Error</h2>
<div class="modal-message" id="modal-message">
Expand Down

0 comments on commit fbaf19a

Please sign in to comment.