Skip to content

Commit 834e625

Browse files
committed
updated button copy
1 parent 39ed93b commit 834e625

File tree

1 file changed

+1
-5
lines changed
  • packages/builder/src/components/grants

1 file changed

+1
-5
lines changed

packages/builder/src/components/grants/Show.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import Button, { ButtonVariants } from "../base/Button";
1212
import PageNotFound from "../base/PageNotFound";
1313
import Arrow from "../icons/Arrow";
1414
import Pencil from "../icons/Pencil";
15-
import LinkIcon from "../icons/LinkIcon";
1615
import Details from "./Details";
1716

1817
function Project() {
@@ -100,10 +99,7 @@ function Project() {
10099
variant={ButtonVariants.primary}
101100
styles={["sm:w-auto mx-w-full ml-0"]}
102101
>
103-
<i className="icon mt-1">
104-
<LinkIcon color={colors["quaternary-text"]} />
105-
</i>
106-
&nbsp; Public Profile
102+
View Public Profile
107103
</Button>
108104
</Link>
109105
{props.id &&

0 commit comments

Comments
 (0)