Skip to content

Commit bc703c1

Browse files
committed
patch: fixed header in options to display version number
1 parent 27f8477 commit bc703c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/options.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const Options = () => {
3535
<Header
3636
title={'Options'}
3737
link={popupLink}
38+
versionNumber={process.env.VERSION as string}
3839
/>
3940
<List bullet={'none'}>
4041
<li>

0 commit comments

Comments
 (0)