-
Notifications
You must be signed in to change notification settings - Fork 0
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
completed mission statement issue #28
Conversation
exitcy
commented
Jan 15, 2025
return ( | ||
<div className="px-8 py-4"> | ||
<div className="border-l-8 border-csa-tan-300 pl-6"> | ||
<p className="mb-4 text-left text-4xl font-bold text-csa-red-100"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make this text slightly larger
…tcy/missionstatement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull from dev and then make sure your component is called above all the other content on the page right now so it matches the figma
You have a merge conflict to solve as well |
…tcy/missionstatement
@@ -0,0 +1,24 @@ | |||
import React from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import React from "react"; |
return ( | ||
<div className="px-8 py-4"> | ||
<div className="border-l-8 border-csa-tan-300 pl-6"> | ||
<p className="mb-0 text-left text-5xl font-bold text-csa-red-100"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p className="mb-0 text-left text-5xl font-bold text-csa-red-100"> | |
<p className="text-left text-5xl font-bold text-csa-red-100"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!