add language detection
Some checks failed
Publish Docker Image / docker (ubuntu-latest) (push) Waiting to run
Deploy App / docker (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Lee
2024-04-23 17:22:29 +01:00
parent 4cfc368f96
commit 134aa4fc6a
10 changed files with 75 additions and 41 deletions

View File

@ -8,7 +8,7 @@ type ActionMenuProps = {
export function ActionMenu({ children }: ActionMenuProps) {
return (
<div className="absolute top-0 right-0 flex items-center mx-3 mt-2 bg-secondary rounded-md p-2 gap-2">
<div className="flex items-center bg-secondary rounded-md p-2 gap-2">
{children}
<Link href={"/"}>
<Button>New</Button>