Skip to content

Commit

Permalink
Modified 'three' words.
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam committed Dec 31, 2021
1 parent c5f09f7 commit b67a9c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CheckOut = function CheckOutTheseBlogs() {
</ul>
</div>
<Grid item style={{ textAlign: 'left' }} xs={0} sm={12}>
<a className="I_SFh" href="/explore">
<a className="I_SFh" href="explore/recommended-for-you">
Explore all of Tumblr
</a>
</Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Check = function CheckOut(props) {
<div className="conainer2">
<div className="blog">
<span className="blogspan">
<a className="blogname" href={`https://web.dev.tumbler.social/blog/view/${blog.id}`}>
<a className="blogname" href={`https://web.dev.tumbler.social/blog/view/${blog.username}`}>
<div className="blogdata">
<div className="blogimg">
<img src={blog.avatar} alt="img" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
box-sizing: border-box;
height: 50px;
padding: 10px;
position: fixed;
position: sticky;
top: 0;
width: 100%;
z-index: 1;
Expand Down

0 comments on commit b67a9c2

Please sign in to comment.