Skip to content

Commit

Permalink
Merge pull request #93 from answerdev/blog
Browse files Browse the repository at this point in the history
update: fix
  • Loading branch information
PrimmaAnna authored Oct 9, 2023
2 parents e579b84 + d0ecb55 commit b55264c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here's the gear you need before making a contribution, and we are always here to
Please use the following code to show your attained swag.
```html
<p>
<img src="https://api.vaunt.dev/v1/github/entities/PrimmaAnna/achievements?format=svg&limit=3" width="350" />
<img src="https://api.vaunt.dev/v1/github/entities/{{github_username}}/achievements?format=svg&limit=3" width="350" />
</p>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here's the gear you need before making a contribution, and we are always here to
Please use the following code to show your attained swag.
```html
<p>
<img src="https://api.vaunt.dev/v1/github/entities/PrimmaAnna/achievements?format=svg&limit=3" width="350" />
<img src="https://api.vaunt.dev/v1/github/entities/{{github_username}}/achievements?format=svg&limit=3" width="350" />
</p>
```

Expand Down

0 comments on commit b55264c

Please sign in to comment.