Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/frontend/src/templates/emails/shared/StyledEmail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ const socialLinks = Object.freeze<readonly SocialLink[]>([
</Container>
</Section>

<!-- <Text
<Text
class="text-footerText text-2xs mb-4 mt-0 pb-0 pl-4 pr-4 pt-0 text-center font-sans"
>
This email was sent to you as a registered user of Modrinth. You can customize the
emails you recieve in your
<VLink href="https://modrinth.com/settings/notifications" class="text-green underline"
>notification settings</VLink
>. Some emails are required to keep your account secure and cannot be disabled.
</Text> -->
</Text>

<hr />

Expand Down Expand Up @@ -151,10 +151,10 @@ const socialLinks = Object.freeze<readonly SocialLink[]>([
</span>
{{ item.link }}
</span>
<!-- <span class="block break-words">
<span class="block break-words">
<span> <b>Notification settings:</b><br /> </span>
https://modrinth.com/settings/notifications
</span> -->
</span>
</Text>
</Section>
</StyledTemplate>
Expand Down