Skip to content

Commit fa26d25

Browse files
committed
Fix top bar link spacing
Former-commit-id: 7851bfb
1 parent 41147c8 commit fa26d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/top-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const TopBar = () => {
1111
This is the redesigned EDB Docs site. For older product docs, go to the
1212
<Link
1313
to="https://www.enterprisedb.com/edb-docs"
14-
className="font-weight-bold"
14+
className="pl-1 font-weight-bold"
1515
>
1616
EDB Docs Archive
1717
</Link>

0 commit comments

Comments
 (0)