Skip to content

Commit 82c5619

Browse files
authored
Merge pull request apolloconfig#1330 from nobodyiam/fix-image-typo
fix image typo
2 parents 9db7118 + b8d453b commit 82c5619

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apollo-portal/src/main/resources/static/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<div class="row">
245245
<div class="col-lg-12">
246246
<form id="login-form" action="/signin" method="post" role="form" style="display: block;">
247-
<p class="text-center"><img src="img/apollo-logo-all.png" style="width: 284px; height:75px; "></p>
247+
<p class="text-center"><img src="img/logo-detail.png" style="width: 284px; height:75px; "></p>
248248
<div class="form-group">
249249
<input type="text" name="username" tabindex="1" class="form-control"
250250
placeholder="Username" value="">

0 commit comments

Comments
 (0)