Skip to content

Commit

Permalink
chore: some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Proskynete committed Dec 26, 2022
1 parent 078c033 commit 87d9d12
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p>A simple component to generate a responsive vertical timeline</p>
</div>

![Vertical Timeline Component React](<https://dsc.cloud/83db8c/Screenshot%202022-12-26%20at%2016.27.00.png> 'How to see vertical-timeline-component-react')
![Vertical Timeline Component React](<https://dsc.cloud/83db8c/image.png> 'How to see vertical-timeline-component-react')

## Status

Expand Down
2 changes: 1 addition & 1 deletion lib/cjs/styles/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/esm/styles/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vertical-timeline-component-react",
"version": "4.3.0",
"version": "4.3.1",
"description": "A simple component for create a vertical timeline with React",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/styles/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const Title = styled.h2<TitleProps>`
font-size: 1rem;
font-weight: bold;
margin: 0;
width: max-content;
&:after {
background-color: ${(props) => props.theme.dotColor};
Expand Down
4 changes: 2 additions & 2 deletions tests/components/timeline/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Object {
class="sc-jSMfEi cJrrOV"
>
<h2
class="sc-gKXOVf dFwsvn"
class="sc-gKXOVf bssMtP"
>
I'm a title
</h2>
Expand Down Expand Up @@ -115,7 +115,7 @@ Object {
class="sc-jSMfEi cJrrOV"
>
<h2
class="sc-gKXOVf dFwsvn"
class="sc-gKXOVf bssMtP"
>
I'm a title
</h2>
Expand Down

0 comments on commit 87d9d12

Please sign in to comment.