Fix: dead links (#1955)
* Fix dead link on manage page * Fix: dead link for edit mode toggle
This commit is contained in:
@@ -182,7 +182,7 @@ const ToggleEditModeButton = () => {
|
|||||||
<Text
|
<Text
|
||||||
component="a"
|
component="a"
|
||||||
style={{ color: 'inherit', textDecoration: 'underline' }}
|
style={{ color: 'inherit', textDecoration: 'underline' }}
|
||||||
href="https://homarr.dev/docs/customizations/board-customization#screen-sizes"
|
href="https://homarr.dev/docs/advanced/customizations/board-customization#screen-sizes"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ export const ManageLayout = ({ children }: ManageLayoutProps) => {
|
|||||||
items: {
|
items: {
|
||||||
documentation: {
|
documentation: {
|
||||||
icon: IconBook2,
|
icon: IconBook2,
|
||||||
href: 'https://homarr.dev/docs/about',
|
href: 'https://homarr.dev/about-us',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
},
|
},
|
||||||
report: {
|
report: {
|
||||||
|
|||||||
Reference in New Issue
Block a user