mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-09 08:06:58 +01:00
Fix issue with link on boards page
This commit is contained in:
@@ -136,7 +136,7 @@ const BoardsPage = () => {
|
||||
variant="default"
|
||||
color="blue"
|
||||
radius="md"
|
||||
href={`/board/${board}`}
|
||||
href={`/board/${board.name}`}
|
||||
>
|
||||
View dashboard
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user