Skip to content

Commit 2adf57c

Browse files
committed
feat: add new logo
1 parent 2df7404 commit 2adf57c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed
61.9 KB
Loading

src/components/header/header.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ header {
55
color: #fff;
66

77
.logo {
8-
padding: 18px 0px 24px 0px;
8+
line-height: 0px;
9+
padding: 18px 0px;
910

1011
h1, div {
1112
font-family: Jura, Arial, Helvetica, sans-serif;
@@ -21,6 +22,12 @@ header {
2122
div {
2223
font-size: 14px;
2324
}
25+
26+
img {
27+
width: auto;
28+
height: 72px;
29+
border: none;
30+
}
2431
}
2532

2633
> .container > a {

src/components/header/header.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ class HeaderComponent extends React.PureComponent<RouteComponentProps, IHeaderSt
3838
<div className="row center">
3939
<div className="logo flex">
4040
<Link to="/">
41-
<h1>CompSoc</h1>
42-
<div>Durham University Computing Society</div>
41+
<img src="/images/logos/logo-with-text.png" alt="Durham CompSoc Logo" />
4342
</Link>
4443
</div>
4544
<div className="menu">

src/components/team/team.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export class Team extends React.PureComponent {
3939
<ArrowedLink to="/team/previous">See previous exec members</ArrowedLink>
4040
</div>
4141
</div>
42-
43-
<p>Society logo designed by Molly Watkins.</p>
4442
</div>
4543
</div>
4644
)

0 commit comments

Comments
 (0)