Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
kuldar committed Mar 7, 2019
1 parent 0df4397 commit b9d6dcc
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Women in Tech
# Women World Wide Dev
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "women-in-tech",
"name": "women-world-wide",
"private": true,
"description": "Women in Tech",
"description": "Women World Wide Dev",
"version": "0.1.0",
"scripts": {
"build": "gatsby build",
Expand Down Expand Up @@ -36,9 +36,9 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/prisma/women-in-tech"
"url": "https://github.com/prisma/women-world-wide"
},
"bugs": {
"url": "https://github.com/prisma/women-in-tech/issues"
"url": "https://github.com/prisma/women-world-wide/issues"
}
}
2 changes: 1 addition & 1 deletion src/components/Cta.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Cta = () => (
<Title>Don't see your organization on the list?</Title>
<Subtitle>This site is fully open source, submit a PR to add a new resource.</Subtitle>
</Text>
<Button href="https://github.com/prisma/women-in-tech">
<Button href="https://github.com/prisma/women-world-wide">
<PlusIcon /> Add an org
</Button>
</Main>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import styled from 'styled-components'
const Footer = () => (
<Container>
<Left>
<Name>Women in Tech</Name>
<Name>Women World Wide Dev</Name>
<Faded>One sentence description of the site</Faded>
</Left>

Expand Down
14 changes: 7 additions & 7 deletions src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ export default ({ children }) => (
<>
<Helmet>
<html lang='en' />
<title>Women in Tech</title>
<meta name="description" content="Site's description" />
<link rel='canonical' href='https://FIXME.com' />
<title>Women World Wide Dev</title>
<meta name="description" content="DESCRIPTION" />
<link rel='canonical' href='SITEURL' />
<meta name='viewport' content='width=device-width,initial-scale=1,shrink-to-fit=no,viewport-fit=cover' />
<meta property='og:url' content='https://FIXME.com' />
<meta property='og:url' content='SITEURL' />
<meta property='og:type' content='website' />
<meta property='og:locale' content='en' />
<meta property='og:title' content='Women in Tech' />
<meta property='og:description' content="Site's description" />
<meta property='og:site_name' content='Women in Tech' />
<meta property='og:title' content='Women World Wide Dev' />
<meta property='og:description' content="DESCRIPTION" />
<meta property='og:site_name' content='Women World Wide Dev' />
<meta property='og:image' content='/social.png' />
<meta property='og:image:width' content='1012' />
<meta property='og:image:height' content='506' />
Expand Down
4 changes: 2 additions & 2 deletions src/components/Top.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import GithubIcon from '../svgs/github.svg'
// Layout
const Top = () => (
<Center>
<Name>Women in Tech Organizations</Name>
<Name>Women World Wide Dev</Name>
<Nav>
<NavLink>
<NavLink href="https://github.com/prisma/women-world-wide">
<StyledGithubIcon />
View on Github
</NavLink>
Expand Down
3 changes: 2 additions & 1 deletion src/styles/selectStyles.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// Theme
import theme from './theme'

// Select Styles
export default {
menu: (provided) => ({
...provided,
boxShadow: theme.cardShadow,
borderRadius: 0
}),
// singleValue: (provided) => console.log({ provided }),
singleValue: (provided) => ({
...provided,
color: theme.black,
Expand Down
3 changes: 0 additions & 3 deletions src/styles/theme.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Libraries
// import { transparentize } from 'polished'

// Colors
const colors = {
black: '#1B0054',
Expand Down

0 comments on commit b9d6dcc

Please sign in to comment.