minor layout changes to /integrations (#913)

This commit is contained in:
Peer Richelsen
2021-10-12 11:39:02 +00:00
committed by GitHub
parent 2fd25acc3c
commit 392c8e8da4
3 changed files with 25 additions and 18 deletions
-1
View File
@@ -66,7 +66,6 @@ export function ShellSubHeading(props: {
return (
<div className={classNames("block sm:flex justify-between mb-3", props.className)}>
<div>
{/* TODO should be Roboto */}
<h2 className="text-lg font-bold text-gray-900 flex items-center content-center space-x-2">
{props.title}
</h2>