diff --git a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx index aa82cc0c..793cdc30 100644 --- a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx +++ b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx @@ -1,6 +1,5 @@ import axios from 'axios' import { useState, useEffect } from 'react' -import { NavLink } from 'react-router-dom' import type { Item } from '#types/Item' @@ -165,13 +164,22 @@ export const CrowdfundingView = ({ item }: { item: Item }) => {
- + - +
- Support {item.name} on Open Collective + Support{' '} + + {data.account.name} + {' '} + on Open Collective