Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Fix Maintainers section look #16

Merged
merged 1 commit into from
Jan 23, 2017
Merged

Conversation

montogeek
Copy link
Contributor

What kind of change does this PR introduce?
Fix Maintainer section HTML

Did you add tests for your changes?
No

If relevant, did you update the README?
Yes

Summary

Maintainers section HTML was incorrect, making the website look like this:
image

After the change it looks like this:
image

@@ -71,12 +71,12 @@ import txt from 'raw-loader!./file.txt';
<tbody>
<tr>
<td align="center">
<img width="150 height="150" src="https://github.com/sokra.png?s=150">
<br>
<img width="150" height="150" src="https://avatars.githubusercontent.com/sokra?v=3">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain why you have removed the image size ?s=150 part?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be consistent with the others project's README, also, https://github.com/sokra.png is a redirection to https://avatars.githubusercontent.com/sokra?v=3

@SpaceK33z SpaceK33z merged commit 0f00b99 into webpack-contrib:master Jan 23, 2017
@montogeek montogeek deleted the patch-1 branch January 23, 2017 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants