Change class name
This commit is contained in:
parent
6e8ee7457d
commit
cf8a8b7ac1
|
@ -4,18 +4,18 @@
|
||||||
title: "Join the team"
|
title: "Join the team"
|
||||||
text: "We are a remote team of researchers dedicated to building a fair
|
text: "We are a remote team of researchers dedicated to building a fair
|
||||||
internet."
|
internet."
|
||||||
link-text: "View open roles"
|
linkText: "View open roles"
|
||||||
|
|
||||||
- link: https://discord.com/
|
- link: https://discord.com/
|
||||||
src: /assets/img/discord.svg
|
src: /assets/img/discord.svg
|
||||||
title: "Join the convo"
|
title: "Join the convo"
|
||||||
text: " Ask questions or speak with us about our work as we research new
|
text: " Ask questions or speak with us about our work as we research new
|
||||||
means of communication."
|
means of communication."
|
||||||
link-text: "Join our Discord"
|
linkText: "Join our Discord"
|
||||||
|
|
||||||
- link: https://github.com/vacp2p
|
- link: https://github.com/vacp2p
|
||||||
src: /assets/img/github.svg
|
src: /assets/img/github.svg
|
||||||
title: "Contribute on Github"
|
title: "Contribute on Github"
|
||||||
text: " Our work is open source and free for anyone to contribute to, use,
|
text: " Our work is open source and free for anyone to contribute to, use,
|
||||||
and modify for their needs."
|
and modify for their needs."
|
||||||
link-text: "Contribute"
|
linkText: "Contribute"
|
||||||
|
|
|
@ -461,7 +461,7 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
<div class="media__link container flex justify-start">
|
<div class="media__link container flex justify-start">
|
||||||
<a class="link link--external" href="https://discord.com/"
|
<a class="link link--external" href="https://discord.com/"
|
||||||
>{{ card.link-text }}</a
|
>{{ card.linkText }}</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue