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

Fix About page and Hubspot #6177

Merged
merged 2 commits into from
Sep 29, 2020
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
2 changes: 1 addition & 1 deletion frontend/website-redesign/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import App from "next/app";
import TagManager from "react-gtm-module";

const tagManagerArgs = {
gtmId: "GTM-5CNVBLB"
gtmId: "GTM-KCQRV4Z"
};

class MyApp extends App {
Expand Down

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/website-redesign/src/components/Footer.re
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module SocialIcons = {
color(white),
]);
};

[@react.component]
let make = () => {
<div className=Styles.iconsRow>
Expand Down
2 changes: 1 addition & 1 deletion frontend/website-redesign/src/components/QuoteSection.re
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let make = (~small=true) => {
{React.string("Naval Ravikant")}
</p>
<p className=Theme.Type.contributorLabel>
{React.string("AngelList Co-Founder")}
{React.string("AngelList Co-Founder, O(1) Labs Investor")}
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ let make = () => {
</div>
</div>
<div className=Styles.gridItem3>
<img className=Styles.dotsImage src="/static/img/SecuredByDots.png" />
<img className=Styles.dotsImage src="/static/img/SecuredByDots.svg" />
<span className=Styles.textColumn>
<Rule color=Theme.Colors.white />
<h3 className=Styles.h3White>
Expand Down