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

Mike/post #10

Merged
merged 10 commits into from
Aug 2, 2024
Merged

Mike/post #10

merged 10 commits into from
Aug 2, 2024

Conversation

michaelatimore
Copy link
Collaborator

Individual post. Post.tsx is populated using the imported props from PostData in content.ts

@michaelatimore
Copy link
Collaborator Author

Removed unused useState.

@michaelatimore michaelatimore self-assigned this Jul 25, 2024
@@ -47,8 +47,7 @@ export function Post({ post }: PostProps) {
/>

<div className="mx-4">
<h1 className="text-sm text-gray-700 dark:text-gray-200">{post.author}</h1>
<p className="text-sm text-gray-500 dark:text-gray-400">Lead Developer</p>
<h1 className="text-sm text-gray-700 dark:text-gray-200">{post.author}</h1>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now your getting the hang of it👍🏼

{/* Image of the blog post */}
<img
className="object-cover w-full lg:mx-6 lg:w-1/2 rounded-xl h-72 lg:h-96"
src={post.postImage}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could not get this to render in my code.

Copy link
Collaborator

@ChrisForti ChrisForti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shake and Bake👍🏼

@kensonjohnson kensonjohnson merged commit 24c03f1 into main Aug 2, 2024
2 checks passed
@kensonjohnson kensonjohnson deleted the mike/post branch August 2, 2024 23:20
@kensonjohnson kensonjohnson mentioned this pull request Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants