mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
🔖 Bump version to v0.7.0
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
export const REPO_URL = 'ajnart/homarr';
|
export const REPO_URL = 'ajnart/homarr';
|
||||||
export const CURRENT_VERSION = 'v0.6.0';
|
export const CURRENT_VERSION = 'v0.7.0';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homarr",
|
"name": "homarr",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"description": "Homarr - A homepage for your server.",
|
"description": "Homarr - A homepage for your server.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -48,7 +48,11 @@ export function WidgetsPositionSwitch() {
|
|||||||
return (
|
return (
|
||||||
<Group>
|
<Group>
|
||||||
<div className={classes.root}>
|
<div className={classes.root}>
|
||||||
<Switch checked={widgetPosition === 'left'} onChange={() => toggleWidgetPosition()} size="md" />
|
<Switch
|
||||||
|
checked={widgetPosition === 'left'}
|
||||||
|
onChange={() => toggleWidgetPosition()}
|
||||||
|
size="md"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
Position widgets on left
|
Position widgets on left
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Reference in New Issue
Block a user