Skip to content

Commit b55afb0

Browse files
committed
Added run.events as sponsor
1 parent 65a2a01 commit b55afb0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

components/Page/Sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const Sponsors: React.FunctionComponent<ISponsorsProps> = (props: React.P
6363

6464
{
6565
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">
6767
{
6868
sponsors.companies.map((sponsor) => (
6969
<a

public/assets/sponsors/runevents.svg

Lines changed: 1 addition & 0 deletions
Loading

sponsors.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"individuals": [
3-
{
2+
"individuals": [{
43
"url": "https://github.com/timschps",
54
"name": "Tim Schaeps",
65
"avatar": "https://avatars.githubusercontent.com/u/13098307"
@@ -21,7 +20,13 @@
2120
"avatar": "https://avatars.githubusercontent.com/u/1969515"
2221
}
2322
],
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+
},
2530
{
2631
"url": "https://vercel.com/?utm_source=vscode-frontmatter&utm_campaign=oss",
2732
"title": "Powered by Vercel",

0 commit comments

Comments
 (0)