Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
onlysharifjon committed Sep 5, 2024
1 parent efae7b6 commit 3c352dd
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/CLEANING-TASHKENT1.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Home/BlogPost/BlogPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const BlogPost = ({ blog }) => {
<p><small> {date} </small></p>
<h4> {title} </h4>
<p className="card-text"> {post} </p>
<button className='btn btn-outline-primary rounded-pill'>Batafsil</button>
{/*<button className='btn btn-outline-primary rounded-pill'>Batafsil</button>*/}
</div>
</div>
);
Expand Down

0 comments on commit 3c352dd

Please sign in to comment.