diff --git a/public/admin/admin.css b/public/admin/admin.css index 5da2390..9a6921e 100644 --- a/public/admin/admin.css +++ b/public/admin/admin.css @@ -50,7 +50,7 @@ /* Custom logo */ /* .nc-githubAuthenticationPage-logo { - background-image: url(/images/logo.png); + background-image: url(/images/logo.svg); background-position: center; background-repeat: no-repeat; background-size: 100px; diff --git a/public/images/logo.svg b/public/images/logo.svg new file mode 100644 index 0000000..bfe61df --- /dev/null +++ b/public/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Logo.css b/src/components/Logo.css index c60470e..718f9c1 100644 --- a/src/components/Logo.css +++ b/src/components/Logo.css @@ -3,7 +3,7 @@ background-size: contain; background-repeat: no-repeat; background-position: center; - height: 2rem; + height: 2.5rem; width: 2.5rem; margin-right: 1rem; } diff --git a/src/components/Logo.js b/src/components/Logo.js index f520316..ab80871 100644 --- a/src/components/Logo.js +++ b/src/components/Logo.js @@ -6,7 +6,7 @@ export default ({ inverted }) => (
)