mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
docs(contributing): ⚡ new section by contributors
This commit is contained in:
4
.github/workflows/netlify.yml
vendored
4
.github/workflows/netlify.yml
vendored
@@ -63,6 +63,6 @@ jobs:
|
|||||||
uses: netlify/actions/cli@master
|
uses: netlify/actions/cli@master
|
||||||
env:
|
env:
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
NETLIFY_SITE_ID: ${{ secrets.DEV_NETLIFY_SITE_ID }}
|
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
with:
|
with:
|
||||||
args: deploy --context packages/docs/netlify.toml --build
|
args: deploy --context packages/docs/netlify.toml --build --site ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ export default component$(
|
|||||||
<a href={props.user.html_url} target="_blank">
|
<a href={props.user.html_url} target="_blank">
|
||||||
<img
|
<img
|
||||||
class="w-16 h-16 rounded-full mx-auto object-cover"
|
class="w-16 h-16 rounded-full mx-auto object-cover"
|
||||||
src={props.user.avatar_url}
|
src={props.user.avatar_url + '?w=80;80&webp&srcset'}
|
||||||
alt={props.user.login}
|
alt={props.user.login}
|
||||||
width="384"
|
width="80"
|
||||||
height="512"
|
height="80"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user