* Implement one-click-unsubscribe feature WIP * Adjust email subscription page's css * Add mobile scss * Apply subscription logic to other email type * Add back default email footer * Create EmailSubscriptions request spec
10 lines
331 B
Text
10 lines
331 B
Text
<div class="unsubscribed">
|
|
<div class="unsubscribed__title">
|
|
You have been successfully unsubscribed. 😔
|
|
</div>
|
|
<br/>
|
|
<div class="unsubscribed__message">
|
|
If that was a mistake or you would like to update other email preferences,
|
|
<a href="https://dev.to/settings/notifications">click here</a>.
|
|
</div>
|
|
</div>
|