From 8134e3524b159097fc598395a4c9bf15ba27eedf Mon Sep 17 00:00:00 2001 From: Tempe Techie <95053628+tempe-techie@users.noreply.github.com> Date: Mon, 6 May 2024 21:53:28 +0200 Subject: [PATCH] poidh integration implemented --- components/poidh/PoidhRandomBounty.vue | 136 ++++++++++++++++++++++++ components/poidh/PoidhSidebarWidget.vue | 22 ++++ components/sidebars/SidebarRight.vue | 9 +- 3 files changed, 165 insertions(+), 2 deletions(-) create mode 100644 components/poidh/PoidhRandomBounty.vue create mode 100644 components/poidh/PoidhSidebarWidget.vue diff --git a/components/poidh/PoidhRandomBounty.vue b/components/poidh/PoidhRandomBounty.vue new file mode 100644 index 0000000..15816cf --- /dev/null +++ b/components/poidh/PoidhRandomBounty.vue @@ -0,0 +1,136 @@ + + + \ No newline at end of file diff --git a/components/poidh/PoidhSidebarWidget.vue b/components/poidh/PoidhSidebarWidget.vue new file mode 100644 index 0000000..cae2193 --- /dev/null +++ b/components/poidh/PoidhSidebarWidget.vue @@ -0,0 +1,22 @@ + + + \ No newline at end of file diff --git a/components/sidebars/SidebarRight.vue b/components/sidebars/SidebarRight.vue index 5572fc3..8da0d71 100644 --- a/components/sidebars/SidebarRight.vue +++ b/components/sidebars/SidebarRight.vue @@ -29,6 +29,9 @@ poweredBy="DegenSwap" title="Swap tokens" /> + + + @@ -51,11 +54,12 @@