Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make text bold #113

Merged
merged 1 commit into from Oct 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/index/what-is-this-community.svelte
Expand Up @@ -6,7 +6,7 @@

<Section
title="What is this community?"
text="With <span class='underline'>developerexperience.us</span> and our DevX activities, we want to create a shared space for those that work on creating a better developer experience for all of us.<br /><br /> DevX leaders come together in our DevX community to connect, create, and exchange learnings and insights.<br /><br />As part of our community, you will get visibility as DevX leader, networking opportunities, share real-world experiences and be part of a bigger mission."
text="With <strong>developerexperience.us</strong> and our DevX activities, we want to create a shared space for those that work on creating a better developer experience for all of us.<br /><br /> DevX leaders come together in our DevX community to connect, create, and exchange learnings and insights.<br /><br />As part of our community, you will get visibility as DevX leader, networking opportunities, share real-world experiences and be part of a bigger mission."
titleClassNames="max-w-xl mx-auto"
textClassNames="max-w-xl pb-small sm:pb-large"
>
Expand Down