How to fix this problem, this log from netlify
5:25:35 PM: Failed to compile.
5:25:35 PM:
5:25:35 PM: ./src/components/TopBar/components/AccountModal.tsx
5:25:35 PM: Line 56:25: Parsing error: Unterminated string literal
This is code from my app
<Spacer />
<Button
onClick={handleSignOutClick}
text="Sign out"
variant="secondary"
/>
Please help me resolve this issue thanks