-
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
Join Now! button added home page #18
Conversation
achan618
commented
Jan 12, 2025
![Screenshot 2025-01-11 at 6 50 53 PM](https://private-user-images.githubusercontent.com/188390148/402309140-fb55c851-ac20-4f3a-9bb5-285cd2a2a8eb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzkwMjEsIm5iZiI6MTczOTE3ODcyMSwicGF0aCI6Ii8xODgzOTAxNDgvNDAyMzA5MTQwLWZiNTVjODUxLWFjMjAtNGYzYS05YmI1LTI4NWNkMmEyYThlYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwOTEyMDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jM2I5M2Q3YjhlZjdkOGMyMjZiYjQyOGU2Mzg0YTkzMDVhN2QzZDFiNzllNzU2YjE0M2QxNGRkMDM5OGUxNDIyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.keJjISK0xq0NtubGr7Z7E2gFjDlaX5mb9pBhUwy6iPc)
src/components/home/example.tsx
Outdated
<div className="flex items-center justify-center text-[10vw] text-cvdsa-red-200"> | ||
example | ||
</div> |
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 all my example code
src/components/home/example.tsx
Outdated
@@ -1,8 +1,15 @@ | |||
const example = () => { |
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.
rename component and make sure you edit the name when exported
src/components/home/example.tsx
Outdated
example | ||
</div> | ||
<div className="flex items-center justify-center"> | ||
<button className="mt-56 rounded-full border px-6 py-2 text-3xl"> |
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.
<button className="mt-56 rounded-full border px-6 py-2 text-3xl"> | |
<button className="rounded-full border px-6 py-2 text-3xl"> |
add a shadow below the button -- reference the figma, I think the shadow is only below the button and not any other angle
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!