diff --git a/components/Drawer/index.tsx b/components/Drawer/index.tsx
index 860eb764..b486bf6f 100644
--- a/components/Drawer/index.tsx
+++ b/components/Drawer/index.tsx
@@ -1,12 +1,13 @@
import { DrawerItem } from "@layouts/main";
-import { Box, Flex, Link as A, Text } from "@livepeer/design-system";
+import { Box, Flex, Link as A } from "@livepeer/design-system";
+import { BRIDGE_LPT_URL, GET_LPT_URL } from "constants/links";
import { IS_L2 } from "lib/chains";
import Link from "next/link";
import Router, { useRouter } from "next/router";
import { useEffect } from "react";
import Account from "../Account";
-import LlamaswapModal from "../LlamaswapModal";
+import EmbedModal from "../EmbedModal";
import Logo from "../Logo";
const Index = ({
@@ -159,15 +160,20 @@ const Index = ({
Docs
-
Get LPT
@@ -176,15 +182,49 @@ const Index = ({
>
-
+
+
+
+ Bridge LPT
+
+ }
+ >
+
+
{
+const EmbedModal = ({ trigger, children }) => {
return (