Skip to content

Commit

Permalink
feat: add the screenly logo on top of the sign-in view
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Dec 11, 2024
1 parent 3567bb0 commit 5307ffc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/assets/images/screenly-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/assets/js/components/popup/sign-in.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const SignInForm = () => {
}

return (
<div className="page mt-2" id="sign-in-page">
<div className="page mt-3" id="sign-in-page">
<div className="d-flex flex-column">
<section
className={classNames(
Expand All @@ -61,9 +61,15 @@ export const SignInForm = () => {
'flex-grow-1',
'justify-content-center',
'border-0',
'pb-2',
)}
>
<div className="text-center">
<img
className="mb-3"
src="assets/images/screenly-logo.svg"
width="50"
/>
<h3 className="mb-1">Sign In</h3>
</div>
</section>
Expand Down

0 comments on commit 5307ffc

Please sign in to comment.