Skip to content

Commit 8f2facb

Browse files
committed
Fix authors heading
1 parent 05bfc61 commit 8f2facb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaGet.UI/src/DisplayPackage/DisplayPackage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class DisplayPackage extends React.Component<IDisplayPackageProps, IDisplayPacka
297297
</div>
298298

299299
<div>
300-
<h1>Authors</h1>
300+
<h2>Authors</h2>
301301

302302
<p>{(!this.state.package.authors) ? 'Unknown' : this.state.package.authors}</p>
303303
</div>

0 commit comments

Comments
 (0)