Skip to content

Commit 83b2908

Browse files
authored
Sponsors page: Neo4j (graphql#1523)
1 parent e3a4c5d commit 83b2908

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

src/components/Conf/Sponsors/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { ReactComponent as TheGuild } from "../../../../static/img/conf/Sponsors
99
import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/Hygraph.svg"
1010
import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg"
1111
import { ReactComponent as Inigo } from "../../../../static/img/conf/Sponsors/Inigo.svg"
12+
import { ReactComponent as Neo4j } from "../../../../static/img/conf/Sponsors/Neo4j.svg"
1213

1314
interface Image {
1415
iconPath: string
@@ -76,6 +77,11 @@ const sponsorGold: Image[] = [
7677
]
7778

7879
const sponsorSilver: Image[] = [
80+
{
81+
iconPath: Neo4j,
82+
name: "Neo4j",
83+
link: "https://neo4j.com/",
84+
},
7985
{
8086
iconPath: Stellate,
8187
name: "Stellate",

src/components/Conf/Venue/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ const VenueConf = () => {
2121
className="font-bold"
2222
>
2323
Hyatt Regency SFO
24-
</a>
25-
{" "}
24+
</a>{" "}
2625
hotel in Burlingame, CA.
2726
</p>
2827
<img
@@ -68,8 +67,7 @@ const VenueConf = () => {
6867
target="_blank"
6968
>
7069
room block
71-
</a>
72-
{" "}
70+
</a>{" "}
7371
close dates. We encourage you to book early to secure a room at
7472
the conference rate.
7573
</div>

static/img/conf/Sponsors/Neo4j.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)