Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36b09eb8d5 |
@@ -38,19 +38,17 @@
|
||||
<Modal>
|
||||
<ModalBody>
|
||||
<ModalHeader>
|
||||
<ModalTitle>
|
||||
<span class="flex items-center gap-2">
|
||||
<Icon icon={Bell} />
|
||||
Enable notifications
|
||||
</span>
|
||||
</ModalTitle>
|
||||
<div class="flex justify-center">
|
||||
<Icon icon={Bell} size={6} />
|
||||
</div>
|
||||
<ModalTitle>Enable notifications</ModalTitle>
|
||||
<ModalSubtitle>
|
||||
Get notified when you receive new direct messages, even when Flotilla is in the background.
|
||||
</ModalSubtitle>
|
||||
</ModalHeader>
|
||||
</ModalBody>
|
||||
<ModalFooter>
|
||||
<Button class="btn btn-link" onclick={dismiss} disabled={loading}>Not now</Button>
|
||||
<Button class="btn btn-ghost" onclick={dismiss} disabled={loading}>Not now</Button>
|
||||
<Button class="btn btn-primary" onclick={enable} disabled={loading}>
|
||||
<Spinner {loading}>Enable</Spinner>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user