Skip to content

Commit e0af6ca

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 7987cf6 commit e0af6ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/guideGrid.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export function GuideGrid({platform, className}: Props) {
2727

2828
return (
2929
<Fragment>
30-
<h2>
31-
Related Guides
32-
</h2>
30+
<h2>Related Guides</h2>
3331
<ul className={className}>
3432
{currentPlatform.guides.map(guide => (
3533
<li key={guide.key}>

0 commit comments

Comments
 (0)