Skip to content

Commit

Permalink
Nick:
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed May 26, 2024
1 parent 375a882 commit 34abf47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function Home() {
setDarkMode={setDarkMode}
handleExportCopyAsImage={() => handleExport(true)}
/>
<div className="absolute bottom-0 left-0 right-0 p-4 text-white text-center font-light">
<div className="fixed bottom-0 left-0 right-0 p-4 text-white text-center font-light">
Made by{" "}
<a
href="https://firecrawl.dev"
Expand Down
6 changes: 3 additions & 3 deletions src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Menu({
});
};
return (
<div className="absolute bottom-14 left-1/2 transform -translate-x-1/2 flex items-center space-x-8 p-4 ">
<div className="fixed bottom-14 left-1/2 transform -translate-x-1/2 flex items-center space-x-8 p-4 ">
{/* <div className="flex items-center rounded-lg bg-white border border-zinc-500/25 shadow-xl px-4 py-[26px] gap-4">
<Button className="bg-black text-white px-3 py-2 rounded hover:bg-zinc-700/10">
<Plus size={16} className="mr-1" />
Expand Down Expand Up @@ -162,12 +162,12 @@ export default function Menu({
Embed
</div>
</SelectItem>
<SelectItem onClick={handleExportCopyAsImage} value="copy">
{/* <SelectItem onClick={handleExportCopyAsImage} value="copy">
<div className="flex items-center justify-start gap-2">
<Image size={16} className="-ml-4 mr-1" />
Copy PNG
</div>
</SelectItem>
</SelectItem> */}
</SelectContent>
</Select>
</div>
Expand Down

0 comments on commit 34abf47

Please sign in to comment.