Skip to content

Commit 56417ef

Browse files
author
Asina7
committed
some chnges in blog Page
1 parent 340f501 commit 56417ef

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

src/components/Blog/MainSection.vue

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@
3030
</a>
3131
</div>
3232
<h4 class="blog__meta"><a href="category.html">UI Design</a>{{blogData[commentIndex].date}}</h4>
33-
<h5><a href="blog-details.html" class="blog__title">{{blogData[commentIndex].title}}</a></h5>
34-
<a href="blog-details.html" class="blog__btn">Read More <span><i
33+
<h5><a href="/" class="blog__title">{{blogData[commentIndex].title}}</a></h5>
34+
<a href="/" class="blog__btn">Read More <span><i
3535
class="fa-solid fa-arrow-right"></i></span></a>
3636
</article>
3737
</div>
3838

3939
</div>
40-
<button class="btn btn-primary" @click="commentsToShow += 3">Show More</button>
40+
<div class="m-auto">
41+
<button class="btn btn-primary" @click="commentsToShow += 3">Show More</button>
42+
</div>
43+
4144

4245
</div>
4346

@@ -55,7 +58,7 @@
5558
<div class="float-icon">
5659

5760
</div>
58-
61+
<FloatingWhatsapp></FloatingWhatsapp>
5962
</div>
6063
</template>
6164

src/views/BlogPage.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717

1818
<script>
19-
import HeaderSection from '../components/About/HeaderSection.vue'
20-
import MainPage from '../components/Blog/MainSection.vue'
21-
import FooterPage from '../components/Home/FooterPage.vue'
19+
import HeaderSection from '../components/About/HeaderSection.vue';
20+
import MainPage from '../components/Blog/MainSection.vue';
21+
import FooterPage from '../components/Home/FooterPage.vue';
2222
2323
export default {
2424
components: { HeaderSection, MainPage,FooterPage },

0 commit comments

Comments
 (0)