Skip to content

Commit 1fd59c4

Browse files
author
Jakub Holak
committed
Bump package version
1 parent 9b6ac4e commit 1fd59c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordcloud/gnui",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": "git://github.com/nordcloud/gnui.git",

src/components/navigation/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Item = styled.div`
2121
text-decoration: none;
2222
height: 2.5rem;
2323
vertical-align: middle;
24-
24+
text-decoration: none;
2525
&.separator {
2626
font-size: ${theme.fontSizes.small};
2727
color: ${theme.colors.darks[4]};

0 commit comments

Comments
 (0)