Skip to content

Commit a9e495a

Browse files
committed
Add logo to login screen
1 parent cb34abd commit a9e495a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/views/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="wrapper">
33
<header>
44
<div class="logo">
5-
<h2>PassWall</h2>
5+
<img src="../assets/Logo.png" height="30px" id="logo" />
66
</div>
77
<!-- Quit -->
88
<a-button size="small" shape="round" @click="quitApp">Quit</a-button>

0 commit comments

Comments
 (0)