File tree 3 files changed +9
-4
lines changed 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { ReactComponent as TheGuild } from "../../../../static/img/conf/Sponsors
9
9
import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/Hygraph.svg"
10
10
import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg"
11
11
import { ReactComponent as Inigo } from "../../../../static/img/conf/Sponsors/Inigo.svg"
12
+ import { ReactComponent as Neo4j } from "../../../../static/img/conf/Sponsors/Neo4j.svg"
12
13
13
14
interface Image {
14
15
iconPath : string
@@ -76,6 +77,11 @@ const sponsorGold: Image[] = [
76
77
]
77
78
78
79
const sponsorSilver : Image [ ] = [
80
+ {
81
+ iconPath : Neo4j ,
82
+ name : "Neo4j" ,
83
+ link : "https://neo4j.com/" ,
84
+ } ,
79
85
{
80
86
iconPath : Stellate ,
81
87
name : "Stellate" ,
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ const VenueConf = () => {
21
21
className = "font-bold"
22
22
>
23
23
Hyatt Regency SFO
24
- </ a >
25
- { " " }
24
+ </ a > { " " }
26
25
hotel in Burlingame, CA.
27
26
</ p >
28
27
< img
@@ -68,8 +67,7 @@ const VenueConf = () => {
68
67
target = "_blank"
69
68
>
70
69
room block
71
- </ a >
72
- { " " }
70
+ </ a > { " " }
73
71
close dates. We encourage you to book early to secure a room at
74
72
the conference rate.
75
73
</ div >
You can’t perform that action at this time.
0 commit comments