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 logo image #694

Merged
merged 2 commits into from
Sep 5, 2023
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
11 changes: 1 addition & 10 deletions src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { useStaticQuery, graphql } from "gatsby"

import Identifier from "../identifier/identifier"
import GitHubSVG from "../../images/github.inline.svg"
import TwitterSVG from "../../images/twitter.inline.svg"
import SlackSVG from "../../images/slack.inline.svg"
import {
footer,
Expand All @@ -22,7 +21,7 @@ const Footer = () => {
const {
site: {
siteMetadata: {
consts: { githubOrgUrl, twitterUrl, slackUrl },
consts: { githubOrgUrl, slackUrl },
},
},
} = useStaticQuery(graphql`
Expand Down Expand Up @@ -59,14 +58,6 @@ const Footer = () => {
>
<GitHubSVG />
</a>
<a
className={icon}
href={twitterUrl}
target="_blank"
rel="noopener noreferrer"
>
<TwitterSVG />
</a>
<a
className={icon}
href={slackUrl}
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $navLink-margin-top: 40px;
}
}

@media screen and (max-width: $br-small - 1) {
@media screen and (max-width: ($br-small - 1px)) {
&.openMenu {
z-index: 3;
height: 100vh;
Expand Down
10 changes: 5 additions & 5 deletions src/components/identifier/identifier.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
.identifier {
text-decoration: none;
color: currentColor;
font-size: 18px;
font-size: 0px;
font-weight: 500;
font-family: "Work Sans", sans-serif;
}

.image {
width: 26px;
height: 30px;
margin-right: -5px;
margin-bottom: 4px;
//width: 26px;
height: 50px;
//margin-right: -5px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would make sure that these comments are removed in a further update to make sure we are cleaning up code correctly

//margin-bottom: 4px;
}
3 changes: 3 additions & 0 deletions src/images/identifier.inline.orig.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 40 additions & 3 deletions src/images/identifier.inline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading