Skip to content

Commit

Permalink
Merge pull request #239 from department-of-veterans-affairs/feature/2…
Browse files Browse the repository at this point in the history
…16-narin-link-validate-and-publish

[Bug] Fix horizontal alignment
  • Loading branch information
narin authored Mar 14, 2024
2 parents 25e4ad5 + 8a12c9b commit b09c378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/mobile-component-library",
"version": "0.11.0",
"version": "0.11.1-alpha.3",
"description": "VA Design System Mobile Component Library",
"main": "src/index.tsx",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/components/Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ export const Link: FC<LinkProps> = ({
...a11yProps,
style: {
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
},
}
Expand Down

0 comments on commit b09c378

Please sign in to comment.