summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-24 19:45:36 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-24 19:45:36 +0200
commitfb663ff0cfb9973e08e7210562a837ea1e4e381c (patch)
treeecde0596110e39fb060ad1bd1bddce39bbaf327a /components
parent9365e5a78a0e5b35892897a101b00a616f0813ac (diff)
User page
Diffstat (limited to 'components')
-rw-r--r--components/ModelBoxCard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ModelBoxCard.vue b/components/ModelBoxCard.vue
index a6085b7..110c234 100644
--- a/components/ModelBoxCard.vue
+++ b/components/ModelBoxCard.vue
@@ -17,7 +17,7 @@
.mr-3.float-left
user-avatar(:data="model.author")
p.leading-8
- a.text-green-800(class="hover:text-green-700" :href="'/users/'+model.author.username")
+ a.text-green-800(class="hover:text-green-700" :href="'/user/'+model.author_id")
| @
span.underline {{ model.author.username }}