Skip to content

Commit

Permalink
minor fixes (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
vittoriaThinkst authored Jul 22, 2024
1 parent f502e7e commit 097d91a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frontend_vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

<head>
<meta charset="UTF-8" />
<meta name="description"
content="Canarytokens is a free tool that helps you discover you’ve been breached by having attackers announce themselves. The tokens allow you to implant traps around your network and notifies you as soon as they are triggered!" />
<meta property="og:description"
content="Canarytokens is a free tool that helps you discover you’ve been breached by having attackers announce themselves. The tokens allow you to implant traps around your network and notifies you as soon as they are triggered." />
<meta name="description" content="Canarytokens is a free tool that helps you discover you’ve been breached by having attackers announce themselves.
The tokens allow you to implant traps around your network and notifies you as soon as they are triggered." />
<meta property="og:description" content="Canarytokens is a free tool that helps you discover you’ve been breached by having attackers announce themselves.
The tokens allow you to implant traps around your network and notifies you as soon as they are triggered." />
<meta name="author" content="Thinkst Applied Research" />
<meta property="og:title" content="Know. Before it matters" />
<meta property="og:url" content="https://canarytokens.org" />
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/notification.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<tr style="color:#818a8e;font-size:16px;text-align:left;font-weight:600">
<td style="padding: 0px 10px; width:40px; font-weight:400; vertical-align: top;" rowspan="2">
<img align="center" src=`https://{{ BasicDetails['public_domain'] }}/resources/notification-email/continents/{{BasicDetails['geo_info']['continent']}}.png` width="40px" />
</td>å
</td>
<td>
<p style="padding-bottom:4px;font-weight:600;display:block;line-height:0;">Source IP</p>
<p style="font-weight:400;color:#060606">{{BasicDetails['src_ip']}}</p>
Expand Down

0 comments on commit 097d91a

Please sign in to comment.