mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-06 14:49:17 +01:00
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
|
||||
component="a"
|
||||
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"
|
||||
/>
|
||||
),
|
||||
|
||||
@@ -112,7 +112,7 @@ export const ManageLayout = ({ children }: ManageLayoutProps) => {
|
||||
items: {
|
||||
documentation: {
|
||||
icon: IconBook2,
|
||||
href: 'https://homarr.dev/docs/about',
|
||||
href: 'https://homarr.dev/about-us',
|
||||
target: '_blank',
|
||||
},
|
||||
report: {
|
||||
|
||||
Reference in New Issue
Block a user