Skip to content

Commit

Permalink
chore: add anonymous testimonial, justify content and make url option…
Browse files Browse the repository at this point in the history
…al (#171)
  • Loading branch information
tewshi authored Jan 5, 2024
1 parent 5443230 commit b240ca9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/home/testimonials/Testimonial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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();
</script>
Expand Down Expand Up @@ -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;
Expand Down
10 changes: 10 additions & 0 deletions content/testimonials/0.anon.md
Original file line number Diff line number Diff line change
@@ -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 🙂

0 comments on commit b240ca9

Please sign in to comment.