Skip to content

Commit b1364a2

Browse files
committed
Update logo + Alt text
1 parent d6a6be1 commit b1364a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

web/templates/reset2fa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<table>
66
<tr>
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 64px;" /></a>
8+
<a href="/"><img border=0 src="/images/logo.svg" alt="<?=_('Hestia Control Panel');?>" style="margin-top: 70px;" /></a>
99
</td>
1010
<td style="padding: 40px 60px 0 0;" class="animated fadeIn">
1111
<?php if($success){?>

web/templates/reset_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<table>
66
<tr>
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 64px;" /></a>
8+
<a href="/"><img border=0 src="/images/logo.svg" alt="<?=_('Hestia Control Panel');?>" style="margin-top: 70px;" /></a>
99
</td>
1010
<td style="padding: 40px 60px 0 0;" class="animated fadeIn">
1111
<form method="post" action="/reset/">

web/templates/reset_2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<table>
66
<tr>
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.svg" alt="Hestia Control Panel" style="margin-top: 70px;" /></a>
8+
<a href="/"><img border=0 src="/images/logo.svg" alt="<?=_('Hestia Control Panel');?>" style="margin-top: 70px;" /></a>
99
</td>
1010
<td style="padding: 40px 60px 0 0;" class="animated fadeIn">
1111
<form method="get" action="/reset/" >

web/templates/reset_3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<table>
66
<tr>
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.svg" alt="Hestia Control Panel" style="margin-top: 70px;" /></a>
8+
<a href="/"><img border=0 src="/images/logo.svg" alt="<?=_('Hestia Control Panel');?>" style="margin-top: 70px;" /></a>
99
</td>
1010
<td style="padding: 40px 60px 0 0;" class="animated fadeIn">
1111
<form method="post">

0 commit comments

Comments
 (0)