Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update unlock screen Alby logo to proper artwork #513

Merged
merged 2 commits into from
Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.