Skip to content

Commit

Permalink
Merge pull request #613 from neontribe/remove-office
Browse files Browse the repository at this point in the history
Hide office address for now
  • Loading branch information
Nikomus authored May 24, 2024
2 parents a93c41e + 4e53b94 commit 77346fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Page = ({ title, children }) => (

<style jsx>{`
.page-layout {
min-height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/pages/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This policy relates to www.neontribe.co.uk and related sub-domains of neontribe.

Business registration: 06165574

Registered office: 36-38 Calls Landing, The Calls, Leeds, England, LS2 7EW
Registered office: Studio 1.05c Level 1 Department Leeds Dock, The Boulevard, Leeds, England, LS10 1PZ

## What information is collected?

Expand Down
16 changes: 6 additions & 10 deletions src/pages/contact-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { c_NEON_PURPLE, c_NAV_ACTIVE } from '../theme'

import Layout from '../components/Layout'
import ConstrainedWidth from '../components/Layout/ConstrainedWidth'
import Container from '../components/Container'
// import Container from '../components/Container'
import VerticalSpacing from '../components/VerticalSpacing'
import PageMeta from '../components/PageMeta'
import LinkedInIcon from '../components/linkedin.png'
Expand Down Expand Up @@ -33,7 +33,7 @@ const ContactUs = () => (
</div>
</Text>
<div className="main-arc-container">
<img src={contactArcs} height={136} width={191} />
<img src={contactArcs} alt="" height={136} width={191} />
</div>
</div>

Expand Down Expand Up @@ -90,8 +90,8 @@ const ContactUs = () => (

<VerticalSpacing size={3} />
<div className="white-background">
<ConstrainedWidth paddingTop="3em">
<Container mobileFlexDirection="column">
<ConstrainedWidth>
{/* <Container mobileFlexDirection="column">
<div>
<Text color="black" size="normal" maxCharacter="53ch">
We work from home as well as in the office. Please check before
Expand All @@ -101,23 +101,19 @@ const ContactUs = () => (
<Container justifyContent="flex-start">
<Text color="#561dee">
<address>
<p>Unit B</p>
<p>Seymour House </p>
<p>30-34 Muspole Street</p>
<p>Norwich</p>
<p>NR3 1DJ</p>
</address>
</Text>
</Container>
</div>
</Container>
<VerticalSpacing size={9}></VerticalSpacing>
*/}
<Text size="small" color="black">
<p>Neontribe Ltd</p>
<p>Registered in England & Wales Registration number: 06165574</p>
<p>
Registered office: 36-38 Calls Landing, The Calls, Leeds, England,
LS2 7EW
Registered office: Studio 1.05c Level 1 Department Leeds Dock, The Boulevard, Leeds, England, LS10 1PZ
</p>
</Text>
</ConstrainedWidth>
Expand Down

0 comments on commit 77346fe

Please sign in to comment.