Skip to content

Commit a098b38

Browse files
committed
Rename view file button to fit Github naming
1 parent 76a228f commit a098b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/common/ViewFileButton.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const ViewFileButton = styled(
1212
return (
1313
<Button
1414
{...props}
15-
type="link"
1615
target="_blank"
16+
size="small"
1717
href={getBinaryFileURL({ packageName, version, path })}
1818
>
19-
View file
19+
Raw
2020
</Button>
2121
)
2222
}

0 commit comments

Comments
 (0)