File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export const Sponsors: React.FunctionComponent<ISponsorsProps> = (props: React.P
63
63
64
64
{
65
65
sponsors && sponsors . companies && sponsors . companies . length > 0 && (
66
- < div className = "flex justify-center space-x-4 flex-wrap" >
66
+ < div className = "flex justify-center space-x-8 flex-wrap" >
67
67
{
68
68
sponsors . companies . map ( ( sponsor ) => (
69
69
< a
Original file line number Diff line number Diff line change 1
1
{
2
- "individuals" : [
3
- {
2
+ "individuals" : [{
4
3
"url" : " https://github.com/timschps" ,
5
4
"name" : " Tim Schaeps" ,
6
5
"avatar" : " https://avatars.githubusercontent.com/u/13098307"
21
20
"avatar" : " https://avatars.githubusercontent.com/u/1969515"
22
21
}
23
22
],
24
- "companies" : [
23
+ "companies" : [{
24
+ "url" : " https://run.events/?utm_source=frontmatter&utm_campaign=oss" ,
25
+ "title" : " run.events" ,
26
+ "image" : " /assets/sponsors/runevents.svg" ,
27
+ "id" : " run.events" ,
28
+ "alt" : " run.events - Event Management Platform"
29
+ },
25
30
{
26
31
"url" : " https://vercel.com/?utm_source=vscode-frontmatter&utm_campaign=oss" ,
27
32
"title" : " Powered by Vercel" ,
You can’t perform that action at this time.
0 commit comments