Skip to content

Commit

Permalink
force update
Browse files Browse the repository at this point in the history
  • Loading branch information
yussan committed Sep 3, 2023
1 parent b57b57a commit 650f5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/post/[title]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div v-if="!data?._id" class="text-center text-grey-9 q-pa-lg">
{{ data?.message || "Post tidak ditemukan" }}
</div>
<div v-else>
<div class="text-left" v-else>
<Breadcrumb :data="breadcrumbData" />
<div class="q-pt-sd q-pb-md q-mb-lg">
<q-img :alt="data?.title" :src="data?.image.original" />
Expand Down

0 comments on commit 650f5bf

Please sign in to comment.