-
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
Career #66
base: dev
Are you sure you want to change the base?
Career #66
Conversation
Raiden-Griff
commented
Feb 4, 2025
![Screenshot 2025-02-03 at 5 14 13 PM](https://private-user-images.githubusercontent.com/185140831/409340387-977d10da-7f3e-4ea6-91b1-2333f1b25f42.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTE3ODAsIm5iZiI6MTczOTI1MTQ4MCwicGF0aCI6Ii8xODUxNDA4MzEvNDA5MzQwMzg3LTk3N2QxMGRhLTdmM2UtNGVhNi05MWIxLTIzMzNmMWIyNWY0Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNTI0NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03N2M4MGI0MTBkZGUwYzg1NzRiMzAyNjVmN2VlYWYyMGU1MGVjMmE3YTQxNjMwYTAxNGI5MzRmNDFiZmFmM2E1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ZpGisI2VFAFoIDLo_IB3LV6fUw6NDv60rbN-8Sau51U)
src/app/career/career.tsx
Outdated
return ( | ||
<div className="m-4 mt-4 flex w-5/6 flex-col items-center font-sans"> | ||
<div className="flex w-full items-center"> | ||
<h1 className="border-b-4 border-ucr-orangeYellow text-left text-4xl"> |
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.
this component should be in the components folder
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.
My apologies, I fixed and put it in the component folder instead of the career folder.
@@ -20,7 +20,8 @@ | |||
"@/*": ["./src/*"], | |||
"@/public/*": ["./public/*"] | |||
}, | |||
"incremental": true | |||
"incremental": true, | |||
"target": "ES2017" |
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.
remove target
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.
Removed target