Skip to content

Commit

Permalink
fix: email verification typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Sep 11, 2024
1 parent 2617e39 commit 631ddee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/emails/accountVerify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defineProps({
<template>
<Html :lang="lang">
<Head>
<title>mail verification</title>
<title>Email verification</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="x-apple-disable-message-reformatting">
<Font font-family="Arial" />
Expand All @@ -26,7 +26,7 @@ defineProps({
</Row>
<Row style="padding: 1rem 0; background-color: #c25050;">
<Column align="center">
<Heading as="h1" style="color: #fff; font-size: 2rem;">mail verification</Heading>
<Heading as="h1" style="color: #fff; font-size: 2rem;">Email verification</Heading>
</Column>
</Row>
<Section style="padding: 36px 30px 36px 30px; background-color: #f8f9fa;">
Expand Down

0 comments on commit 631ddee

Please sign in to comment.