From b240ca9d29a30455a211d406f6beb347c687ab9f Mon Sep 17 00:00:00 2001 From: Joseph Ojoko Date: Fri, 5 Jan 2024 16:38:01 +0100 Subject: [PATCH] chore: add anonymous testimonial, justify content and make url optional (#171) --- components/home/testimonials/Testimonial.vue | 6 +++--- content/testimonials/0.anon.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 content/testimonials/0.anon.md diff --git a/components/home/testimonials/Testimonial.vue b/components/home/testimonials/Testimonial.vue index 1a766c30..0b093d72 100644 --- a/components/home/testimonials/Testimonial.vue +++ b/components/home/testimonials/Testimonial.vue @@ -6,9 +6,9 @@ withDefaults( avatar?: string; body: TestimonialMarkdownContent['body']; username: string; - url: string; + url?: string; }>(), - { avatar: undefined }, + { avatar: undefined, url: undefined }, ); const css = useCssModule(); @@ -53,7 +53,7 @@ const css = useCssModule(); } .text { - @apply text-rui-text font-medium text-lg min-h-[8rem]; + @apply text-rui-text font-medium text-lg min-h-[8rem] text-justify; p { @apply mb-0; diff --git a/content/testimonials/0.anon.md b/content/testimonials/0.anon.md new file mode 100644 index 00000000..216b86a8 --- /dev/null +++ b/content/testimonials/0.anon.md @@ -0,0 +1,10 @@ +--- +username: "anonymous" +visible: true +--- + +my partner and I use it to keep track of our net worth and work out what house we can afford and also just generally +keep an eye on how we're doing financially prior to Rotki we really had no idea where we were at, but no tools were +available that allowed us to kind of combine a view of everything - stocks, crypto and fiat. + +we're buying our first house in a few months time, partly because we were able to plan better thanks to Rotki 🙂