diff --git a/assets/data/error-proposals.json b/assets/data/error-proposals.json new file mode 100644 index 00000000..a5aed45d --- /dev/null +++ b/assets/data/error-proposals.json @@ -0,0 +1,3 @@ +[ + "103700040478888763716057861639293706989913755085520977741041074598448586673404" +] \ No newline at end of file diff --git a/components/layout/LayoutSidebar.vue b/components/layout/LayoutSidebar.vue index 4cc34aed..5fea326e 100644 --- a/components/layout/LayoutSidebar.vue +++ b/components/layout/LayoutSidebar.vue @@ -237,10 +237,10 @@ const mainMenuItems = computed(() => { notification: amountLeftToAuction.value && isTransferEpoch.value, }, { - title: "Protocol Fees", - path: "/fees/", + title: "Rewards", + path: "/rewards/", isShow: isAuctionActive.value, - dataTest: "sidebar-link-fees", + dataTest: "sidebar-link-rewards", }, { title: "Wrap/Unwrap", diff --git a/components/proposal/Card.vue b/components/proposal/Card.vue index 909e9c87..37187f91 100644 --- a/components/proposal/Card.vue +++ b/components/proposal/Card.vue @@ -1,22 +1,40 @@