Skip to content

Commit

Permalink
fix: correct alby logo
Browse files Browse the repository at this point in the history
Update unlock screen Alby logo to proper artwork
  • Loading branch information
secondl1ght authored Jan 14, 2022
1 parent 026f404 commit 53406be
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
8 changes: 6 additions & 2 deletions src/app/screens/Unlock/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ function Unlock() {

return (
<div className="p-8 bg-white dark:bg-gray-800 shadow-lg">
<div className="flex space-x-2 justify-center pt-5">
<img src="assets/icons/alby_icon_transp.svg" alt="logo" />
<div className="flex justify-center">
<img
className="w-40"
src="assets/icons/Alby-logo-figure-full.svg"
alt="logo"
/>
</div>
<p className="text-center text-xl font-normal font-serif mt-8 mb-5 dark:text-white">
Unlock to continue
Expand Down
22 changes: 22 additions & 0 deletions static/assets/icons/Alby-logo-figure-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions static/assets/icons/alby_icon_transp.svg

This file was deleted.

0 comments on commit 53406be

Please sign in to comment.