We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ed93b commit 834e625Copy full SHA for 834e625
packages/builder/src/components/grants/Show.tsx
@@ -12,7 +12,6 @@ import Button, { ButtonVariants } from "../base/Button";
12
import PageNotFound from "../base/PageNotFound";
13
import Arrow from "../icons/Arrow";
14
import Pencil from "../icons/Pencil";
15
-import LinkIcon from "../icons/LinkIcon";
16
import Details from "./Details";
17
18
function Project() {
@@ -100,10 +99,7 @@ function Project() {
100
99
variant={ButtonVariants.primary}
101
styles={["sm:w-auto mx-w-full ml-0"]}
102
>
103
- <i className="icon mt-1">
104
- <LinkIcon color={colors["quaternary-text"]} />
105
- </i>
106
- Public Profile
+ View Public Profile
107
</Button>
108
</Link>
109
{props.id &&
0 commit comments