diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e51d87..ab71628c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.2.0.rc.1] - Unreleased +### Changed +- Update Astarte logo in the login page and in the sidebar. + ## [1.2.0-rc.0] - 2024-05-28 ### Added - Add Delete device button in Device Info Card ([#397](https://github.com/astarte-platform/astarte-dashboard/issues/397)). diff --git a/package-lock.json b/package-lock.json index 58940b17..1196c421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astarte-dashboard", - "version": "1.2.0-rc.0", + "version": "1.2.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astarte-dashboard", - "version": "1.2.0-rc.0", + "version": "1.2.0-rc.1", "license": "Apache-2.0", "dependencies": { "@astarte-platform/react-bootstrap": "^5.15.0", diff --git a/package.json b/package.json index 344adf4a..583e247a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "astarte-dashboard", - "version": "1.2.0-rc.0", + "version": "1.2.0-rc.1", "description": "Astarte dashboard", "keywords": [ "astarte", diff --git a/public/favicon.ico b/public/favicon.ico index d29a8c6d..694d0771 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/static/img/logo-login.svg b/public/static/img/logo-login.svg deleted file mode 100644 index 111e3874..00000000 --- a/public/static/img/logo-login.svg +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/static/img/logo.png b/public/static/img/logo.png new file mode 100644 index 00000000..04e00847 Binary files /dev/null and b/public/static/img/logo.png differ diff --git a/public/static/img/logo.svg b/public/static/img/logo.svg deleted file mode 100644 index a091aa9e..00000000 --- a/public/static/img/logo.svg +++ /dev/null @@ -1,206 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/src/LoginPage.tsx b/src/LoginPage.tsx index 976f538c..35833ba6 100644 --- a/src/LoginPage.tsx +++ b/src/LoginPage.tsx @@ -248,7 +248,7 @@ const LeftColumn = (): React.ReactElement => ( alt="Background visual spacer" className="w-100 position-absolute bottom-background-image" /> - Astarte logo + Astarte logo Astarte mascotte ( const SidebarBrand = () => ( - Astarte logo + Astarte logo ); diff --git a/src/styles/main.scss b/src/styles/main.scss index 2bfd0d57..118c7212 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -135,7 +135,7 @@ h6, } .brand-logo { - height: 4rem; + width: 100%; margin: auto; }