Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema authored Mar 2, 2024
2 parents 8fe296f + ffac8db commit 30884c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions config/meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,12 @@
"url": "https://github.com/asyncapi/community/issues/1068",
"banner": "https://github.com/asyncapi/community/assets/40604284/70eff71e-5de5-4c99-bc89-86a1b9b81e81",
"date": "2024-03-05T08:00:00.000Z"
},
{
"title": "Essential building blocks for AsyncAPI",
"calLink": "https://www.google.com/calendar/event?eid=dmoyY2ZjNXZ1cDh2cGRiZzFnNG92YzQzZHMgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/1084",
"banner": "",
"date": "2024-03-12T20:00:00.000Z"
}
]
2 changes: 1 addition & 1 deletion pages/tools/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function GeneratorPage() {
className="w-full sm:w-auto"
href="https://www.github.com/asyncapi/generator"
/>
<Button text="View Docs" href="/docs/tools/generator" className="ml-2 mt-2 md:mt-0 md:inline-block w-full sm:w-auto"/>
<Button text="View Docs" href="/docs/tools/generator" className="ml-2 mt-2 md:mt-0 w-full sm:w-auto"/>
</div>
);
}
Expand Down

0 comments on commit 30884c4

Please sign in to comment.