diff --git a/components/BlogStatBox.vue b/components/BlogStatBox.vue index 688428c..f894e01 100644 --- a/components/BlogStatBox.vue +++ b/components/BlogStatBox.vue @@ -58,3 +58,9 @@ const prettyDate = latestDate.format("DD MMM YYYY"); + + diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 755d92f..fea9487 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -23,7 +23,7 @@ const imgUrl = `url(/assets/images/projects/${project.img ?? ""})`;
- {{ latest.description }} … +
+ {{ latest.description }} ...