Text changed to Float

This commit is contained in:
Olu Amey
2023-03-20 02:51:38 -04:00
parent a34ad13df8
commit 1048b7001e
13 changed files with 74 additions and 74 deletions
+3 -3
View File
@@ -28,9 +28,9 @@ class Single_post extends React.Component {
{/* SINGLE POST TITLE */}
<div className="single-post-title">
{/* CATEGORY */}
<p className="p-lg post-tag skyblue-color">NordEx News</p>
<p className="p-lg post-tag skyblue-color">Float News</p>
{/* TITLE */}
<h4 className="h4-xl">Aliquam augue NordEx, luctus neque purus an ipsum and neque dolor libero</h4>
<h4 className="h4-xl">Aliquam augue Float, luctus neque purus an ipsum and neque dolor libero</h4>
{/* POST DATA */}
<div className="post-data clearfix">
{/* Author Avatar */}
@@ -238,7 +238,7 @@ class Single_post extends React.Component {
<div className="col-md-5">
<div className="prev-post mb-30 pr-45">
<h5 className="h5-sm">Previous Post</h5>
<a href="single-post.html">Congue bulum NordEx tincidunt at purus pretium magnis</a>
<a href="single-post.html">Congue bulum Float tincidunt at purus pretium magnis</a>
</div>
</div>
{/* All Posts */}