Skip to content

Commit

Permalink
early migration to Helmet 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsl-petrhaj committed Aug 5, 2024
1 parent 0107661 commit 27cff56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const App = ({helmetUIVersion, versions, searchEMMEPython}) => {

{/* UI title bar, app-version, etc. */}
<div className="App__header">
<span className="App__header-title">Helmet 4.1</span>
<span className="App__header-title">Helmet 5.0-alpha</span>
&nbsp;
<span className="App__header-version">{`UI ${helmetUIVersion}`}</span>
<a className="header-documentation-link" target="_blank" onClick={() => shell.openExternal("https://hsldevcom.github.io/helmet-docs/")}> <DocumentationIcon/> </a>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="fi">
<head>
<meta charset="UTF-8">
<title>Helmet 4.1</title>
<title>Helmet 5.0-alpha</title>
<!-- HubSpot's vex-js for `prompt()` (not supported otherwise by Electron) -->
<script src="../../node_modules/vex-js/dist/js/vex.combined.min.js"></script>
<script>vex.defaultOptions.className = 'vex-theme-os'</script>
Expand Down

0 comments on commit 27cff56

Please sign in to comment.