Skip to content

Commit db56248

Browse files
committed
Remove authors from footer
1 parent 3d439b8 commit db56248

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

packages/common/src/components/Footer.tsx

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -51,30 +51,13 @@ const List = styled.ul`
5151
}
5252
`;
5353

54-
const Authors = styled.div`
55-
color: white;
56-
font-size: 0.875rem;
57-
text-align: right;
58-
`;
59-
6054
const Background = styled.div`
6155
position: relative;
6256
background-color: ${props => props.theme.background2.darken(0.2)};
6357
padding: 1rem;
6458
z-index: 5;
6559
`;
6660

67-
const BasComponent = () => (
68-
<a
69-
id="bas"
70-
href="https://www.aedin.com/in/basbuursma/"
71-
target="_blank"
72-
rel="noopener noreferrer"
73-
>
74-
Bas Buursma
75-
</a>
76-
);
77-
7861
export default () => (
7962
<Background id="footer">
8063
<MaxWidth width={1280}>
@@ -158,18 +141,6 @@ export default () => (
158141
</List>
159142
</Column>
160143
</Container>
161-
162-
<Authors>
163-
By <BasComponent /> and{' '}
164-
<a
165-
id="ives"
166-
href="https://twitter.com/CompuIves"
167-
target="_blank"
168-
rel="noopener noreferrer"
169-
>
170-
Ives van Hoorne
171-
</a>
172-
</Authors>
173144
</React.Fragment>
174145
</MaxWidth>
175146
</Background>

packages/homepage/src/components/Footer.js

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -54,30 +54,13 @@ const List = styled.ul`
5454
}
5555
`;
5656

57-
const Authors = styled.div`
58-
color: white;
59-
font-size: 0.875rem;
60-
text-align: right;
61-
`;
62-
6357
const Background = styled.div`
6458
position: relative;
6559
background-color: ${props => props.theme.background2.darken(0.2)};
6660
padding: 1rem;
6761
z-index: 5;
6862
`;
6963

70-
const BasComponent = () => (
71-
<a
72-
id="bas"
73-
href="https://www.linkedin.com/in/basbuursma/"
74-
target="_blank"
75-
rel="noopener noreferrer"
76-
>
77-
Bas Buursma
78-
</a>
79-
);
80-
8164
export default () => (
8265
<Background id="footer">
8366
<MaxWidth width={1280}>
@@ -160,18 +143,6 @@ export default () => (
160143
</List>
161144
</Column>
162145
</Container>
163-
164-
<Authors>
165-
By <BasComponent /> and{' '}
166-
<a
167-
id="ives"
168-
href="https://twitter.com/CompuIves"
169-
target="_blank"
170-
rel="noopener noreferrer"
171-
>
172-
Ives van Hoorne
173-
</a>
174-
</Authors>
175146
</MaxWidth>
176147
</Background>
177148
);

0 commit comments

Comments
 (0)