mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-03-22 09:26:31 +05:30
Compare commits
2 Commits
bd05b722f5
...
69b93ca32f
| Author | SHA1 | Date | |
|---|---|---|---|
|
69b93ca32f
|
|||
|
18eb55eb05
|
@@ -63,6 +63,11 @@
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
# Remove any broken symlinks
|
||||
postFixup = ''
|
||||
find $out -type l ! -exec test -e {} \; -delete 2>/dev/null || true
|
||||
'';
|
||||
};
|
||||
in
|
||||
pkgs.runCommand "tpanel" {
|
||||
|
||||
@@ -33,7 +33,7 @@ const Workspace = ({ ws }: WsButtonProps) => {
|
||||
};
|
||||
|
||||
export const WorkspaceButton = () => {
|
||||
const range = Array.from({ length: 4 + 1 }, (_, i) => i);
|
||||
const range = Array.from({ length: 5 + 1 }, (_, i) => i);
|
||||
return (
|
||||
<box cssClasses={["workspace-container"]} spacing={4}>
|
||||
{range.map((i) => (
|
||||
|
||||
Reference in New Issue
Block a user