Skip to content

Commit bc3fab1

Browse files
committed
Fix font for G2WwiseDataTool dropdown
1 parent 64dfe8f commit bc3fab1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/pages/g2wwisedatatool.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ export default function G2WwiseDataTool() {
2020
with the Glacier 2 engine.
2121
</p>
2222
<div className="dropdown dropdown--hoverable">
23-
<button className="button button--secondary">
24-
Download latest {G2WwiseDataToolVersion}
25-
</button>
23+
<div
24+
className="button button--secondary"
25+
>
26+
Download latest {G2WwiseDataToolVersion}
27+
</div>
2628
<ul className="dropdown__menu">
2729
<li>
2830
<a

0 commit comments

Comments
 (0)