Skip to content

Commit 15ffc08

Browse files
authored
Merge pull request #2390 from j127/fix-contributor-avatars
Fix display of contributor avatars.
2 parents 132f86a + 15b572b commit 15ffc08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ nav_order: 6
1010

1111
## main
1212

13+
* Reformat the avatars section to arrange them in a grid.
14+
15+
*Josh Cohen*
16+
1317
* Fix bug where relative paths in `translate` didn't work in blocks passed to ViewComponents.
1418

1519
*Joel Hawksley*
1620

17-
* Add SerpApi to "Who uses ViewComponent" list
21+
* Add SerpApi to "Who uses ViewComponent" list.
1822

1923
*Andy from SerpApi*
2024

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,11 @@ ViewComponents are Ruby objects, making it easy to follow (and enforce) code qua
103103

104104
Hundreds of people have [contributed](https://github.com/ViewComponent/view_component/graphs/contributors) to ViewComponent, including:
105105

106+
<div>
106107
{% for contributor in site.data.contributors.usernames %}
107108
<img src="https://avatars.githubusercontent.com/{{ contributor }}?s=64" alt="{{ contributor }}" width="32" />
108109
{% endfor %}
110+
</div>
109111

110112
## Who uses ViewComponent?
111113

0 commit comments

Comments
 (0)