diff --git a/CHANGELOG.md b/CHANGELOG.md index 989e887..634e0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Added AppSignal logo to "Special thanks" section + ### Security ## [2.9.0 - 2020-06-19] diff --git a/frontend/src/assets/appsignal.png b/frontend/src/assets/appsignal.png new file mode 100644 index 0000000..03fbf3a Binary files /dev/null and b/frontend/src/assets/appsignal.png differ diff --git a/frontend/src/assets/appsignal.svg b/frontend/src/assets/appsignal.svg index 6a27184..86ae1ea 100644 --- a/frontend/src/assets/appsignal.svg +++ b/frontend/src/assets/appsignal.svg @@ -1,30 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +square-mark-white \ No newline at end of file diff --git a/frontend/src/components/screens/AboutScreen.tsx b/frontend/src/components/screens/AboutScreen.tsx index 88b5c8e..7f28d02 100644 --- a/frontend/src/components/screens/AboutScreen.tsx +++ b/frontend/src/components/screens/AboutScreen.tsx @@ -1,7 +1,7 @@ import { Classes, Code, H1, H2, H3 } from "@blueprintjs/core"; import * as React from "react"; import styled from "styled-components"; -// import appsignalLogo from "../../assets/appsignal.svg"; +import * as appsignalLogo from "../../assets/appsignal.png"; import * as gitlabLogo from "../../assets/gitlab.png"; import * as nlnetLogo from "../../assets/nlnet.png"; import { Page } from "../atoms"; @@ -10,7 +10,7 @@ const SponsorContainer = styled.div` margin-bottom: 20px; `; const Sponsor = styled.div` - margin: 10px; + margin: 10px 40px 10px 0; display: inline-block; `; @@ -75,11 +75,11 @@ const AboutScreen: React.FC = () => (
- {/* + - Appsignal logo + Appsignal logo - */} + GitLab logo