Skip to content

Commit

Permalink
Melissa's fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceerobertson committed Nov 12, 2024
1 parent 6e13565 commit 1919e66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ h2 {

.large-bold {
font-size: 20px;
font-weight: 600;
font-weight: 500;
line-height: 170%; /* 30.6px */
letter-spacing: -0.44px;
}
Expand All @@ -150,7 +150,7 @@ h2 {

.default-bold {
font-size: 18px;
font-weight: 600;
font-weight: 500;
line-height: 170%; /* 27.2px */
letter-spacing: -0.18px;
}
Expand Down
4 changes: 2 additions & 2 deletions app/routes/how-can-i-help.career.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ const FieldBuildingPath = () => (
to you or fits your skillset. You may be a particularly good fit if you have a strong
sense of agency or leadership, or you are creative. That said, a large variety of roles
exist within field-building, so it’s likely that you can adapt whatever skillset you
have to be useful.
have to a role.
</p>
</div>
</div>
Expand Down Expand Up @@ -640,7 +640,7 @@ const CareerPaths = () => {
action={() => smoothScroll('research')}
iconColor="var(--colors-teal-700)"
title="AI alignment research"
description="Research roles dedicated to solving the technical challenge of AI alignment, and nontechnical supporting roles"
description="Research roles dedicated to solving the technical challenge of AI alignment, and non-technical supporting roles"
icon={Microscope}
className="col-4"
/>
Expand Down
4 changes: 1 addition & 3 deletions app/routes/how-can-i-help.community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ const Online = () => (
>
<p className="grey default">
Some communities are largely dedicated to one particular activity, such as running volunteer
projects or organizing protests. People are divided regarding whether protests are a good
idea, but if it's something you want to do, PauseAI is a reliable organization in that
space.
projects or organizing protests.
</p>
</HelpItem>

Expand Down
6 changes: 3 additions & 3 deletions app/routes/how-can-i-help.knowledge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const NewToAISafety = () => (
]}
>
<p className="grey default padding-bottom-16">
Our “Intro to AI safety” micro-course is comprised of a collection of short readings that
serve as a comprehensive introduction to the topic of AI safety.
Our “Intro to AI safety” micro-course is a collection of short readings that serve as a
comprehensive introduction to the topic of AI safety.
</p>
<p className="grey default">
Our Intro to AI safety video playlist illustrates many of the most important points about
Expand Down Expand Up @@ -68,7 +68,7 @@ const NewToAISafety = () => (
}
>
<p className="grey default">
We recommend Dwarkesh Patel’s interview with Paul Christiano, a leading alignment
We recommend Dwarkesh Patel’s interview with Paul Christiano, a leading AI safety
researcher. The interview provides an introduction to AI risk and discusses many important
AI safety concepts.
</p>
Expand Down

0 comments on commit 1919e66

Please sign in to comment.