Skip to content

Commit

Permalink
Add version number to settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Oct 29, 2024
1 parent 9effead commit 36bfaea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/components/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class SettingsModal extends React.Component<{changeRecTarget: () => void,
</button>);
})}
</div>
<div className={styles.settingContainer} style={{position: "absolute", bottom: "0", paddingLeft: "0", marginLeft: "-13px", marginBottom: "5px"}}>
<span className={styles.settingLabel} style={{fontSize: "smaller"}}>{"Enhancify Version 0.1.0"}</span>
</div>
</div>);
}
}
Expand Down

0 comments on commit 36bfaea

Please sign in to comment.