Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore : change description title content
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainal21 committed Jun 20, 2021
1 parent 2f2d4ac commit 02cfe18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Sections/BlogSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="blog-section pb-8 pt-50 ">
<SubContainer
sectionTitle="Blog"
SectionDescription=" Short story excerpts to fill my spare time about Coding, Work, Your life is everything I want "
SectionDescription=" Talk about business or sharing about with me? can contact me on various platforms to discuss business with you "
/>
<ul class="blogs">
<blog-card
Expand Down
2 changes: 1 addition & 1 deletion components/Sections/SubContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container mx-auto flex justify-between py-4">
<div class="w-full mb-1 text-center ">
<div class="text-white text-center lg:flex lg:max-w-5xl">
<div class="py-3 text-center">
<div class="py-3 text-center">
<h3 class="text-2xl text-gray-100 font-bold md:text-3xl">{{sectionTitle}}</h3>
<h4 class="mt-4 text-xl py-3 text-gray-100">{{SectionDescription}}</h4>
</div>
Expand Down

1 comment on commit 02cfe18

@vercel
Copy link

@vercel vercel bot commented on 02cfe18 Jun 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.