Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit a35621f

Browse files
committed
add Octocat to the page.
1 parent dbd4633 commit a35621f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/pages/gitpod-vs-codespaces.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import tickImg from '../resources/icon-tick-blue.svg'
3131
import questionMarkImg from '../resources/question-mark.svg'
3232
import crossImg from '../resources/cross.svg'
3333
import Difference from '../components/gitpod-vs-codespaces/Difference'
34+
import Octocat from '../resources/octocat.svg'
3435

3536
const Tick = () => <img style={{ height: '2.1rem' }} src={tickImg} alt="Check Mark" />
3637

@@ -54,15 +55,15 @@ const StyledGitpodVsCodespacesPage = styled.div`
5455
padding: 4rem 0 6rem;
5556
text-align: center;
5657
57-
&__img {
58-
height: 7rem;
59-
}
60-
6158
&__title {
6259
margin: 2rem 0 2rem;
6360
}
6461
}
6562
63+
.octocat {
64+
height: 14rem;
65+
}
66+
6667
.glance {
6768
text-align: center;
6869
}
@@ -74,6 +75,7 @@ const GitpodVsCodespacesPage = () => (
7475
<section className="main">
7576
<div className="row">
7677
<div className="intro pattern">
78+
<img className="octocat" src={Octocat} alt="Octocat"/>
7779
<h1 className="intro__title">
7880
<strong>Gitpod vs GitHub Codespaces</strong>
7981
</h1>

src/resources/octocat.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)