mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 23:59:35 +05:00
fix: build issues
This commit is contained in:
parent
d2da453808
commit
237ce9879d
5 changed files with 15 additions and 7 deletions
|
@ -32,7 +32,7 @@ export const ModTable = () => {
|
|||
<Checkbox />
|
||||
</TableCell>
|
||||
<TableCell className="whitespace-nowrap font-medium text-gray-900 dark:text-white">
|
||||
Apple MacBook Pro 17"
|
||||
Apple MacBook Pro 17
|
||||
</TableCell>
|
||||
<TableCell>Sliver</TableCell>
|
||||
<TableCell>Laptop</TableCell>
|
||||
|
|
|
@ -32,7 +32,7 @@ export const Menu = () => {
|
|||
packsData.map((pack) => {
|
||||
return (
|
||||
<SidebarItem
|
||||
href={`/pack/?id=${pack._id}`}
|
||||
href={`/pack?id=${pack._id}`}
|
||||
key={pack._id}
|
||||
theme={{
|
||||
content: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue