Skip to content

Commit

Permalink
Update Blog1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vigneshwara-T authored Oct 12, 2021
1 parent 74a31d8 commit 1df00bf
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/components/ui/blogpage/Blog1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import classes from "./Blogs.module.css";

import { useHistory} from "react-router-dom";

export default function Blog1() {
Expand All @@ -9,18 +10,23 @@ export default function Blog1() {
const handleRoute2=()=>{
history.push('/Blog2')
}
const handleRoute4 = () => {
history.push("/BlogUncat1");
};

return (

<div className={classes.container}>
<div className={classes.whitecontainer}>
<div className={classes.border}>
<img className={classes.img1} src="https://hennacrafts.com/wp-content/uploads/2021/03/9.jpg" alt=""/>
<h1>
The Best Of The Best Bridal Foot Mehendi For Your Inspiration
</h1>
<p className={classes.text1}>
Uncategorized / By Murtaza Ali Najmi
</p>
<p className={classes.text2}>
<button className={classes.slip_button} onClick={handleRoute4}>
Uncategorized / By Murtaza Ali Najmi
</button>
<p className={classes.text2}>
The Best Of The Best Bridal Foot Mehendi For Your Inspiration
</p>
<img className={classes.img2} src="https://hennacrafts.com/wp-content/uploads/2021/03/word-image-39.jpeg" alt=""/>
Expand Down Expand Up @@ -235,3 +241,7 @@ export default function Blog1() {
</div>
);
}




0 comments on commit 1df00bf

Please sign in to comment.