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

@ -45,9 +45,11 @@ export default function Home(): ReactElement {
/>
</div>
<ActionMenu>
<Button onClick={() => createPaste()}>Save</Button>
</ActionMenu>
<div className="absolute top-0 right-0 mx-3 mt-2">
<ActionMenu>
<Button onClick={() => createPaste()}>Save</Button>
</ActionMenu>
</div>
</div>
);
}