way nicer flow and almost ready for fetching and displaying but stay patient

This commit is contained in:
Arjun Patel
2022-01-18 17:57:58 -08:00
parent bf180f8334
commit bbe2e5a7cd
8 changed files with 315 additions and 21 deletions
+9 -2
View File
@@ -84,8 +84,15 @@ export default function Links() {
</span>
</Dropdown>
<Tooltip title={"code blocks: coming soon"}>
<button className="bg-gray-300 bg-opacity-25 p-2 rounded hover:bg-opacity-40 ml-2">
<Tooltip
title={
"code blocks: copy the link and paste it in here when you are done"
}
>
<button
onClick={() => window.open("https://www.codepile.net/", "_blank")}
className="bg-gray-300 bg-opacity-25 p-2 rounded hover:bg-opacity-40 ml-2"
>
<FaCode className="text-lg text-white" />
</button>
</Tooltip>