mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-17 16:27:59 +00:00
test version update
This commit is contained in:
@@ -99,7 +99,13 @@ export const SettingsModal = ({ isOpen, closeModal }: SettingsModalProps) => {
|
|||||||
<Separator height="1px" />
|
<Separator height="1px" />
|
||||||
<SettingContainer>
|
<SettingContainer>
|
||||||
{/* @ts-expect-error is defined in vite.config.ts*/}
|
{/* @ts-expect-error is defined in vite.config.ts*/}
|
||||||
<Paragraph>Version: {APP_VERSION}</Paragraph>
|
<Paragraph>Version: 0.4.1</Paragraph>
|
||||||
|
<Button
|
||||||
|
variant="contained"
|
||||||
|
onClick={() => window?.location.reload()}
|
||||||
|
>
|
||||||
|
Try to update version
|
||||||
|
</Button>
|
||||||
</SettingContainer>
|
</SettingContainer>
|
||||||
<Separator height="1px" />
|
<Separator height="1px" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user