feat: show random cat picture on results page based on score
This commit is contained in:
@@ -11,6 +11,15 @@
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
<!-- Cat reaction -->
|
||||
{{if .CatURL}}
|
||||
<div class="flex justify-center mb-6">
|
||||
<img src="{{.CatURL}}"
|
||||
alt=""
|
||||
class="rounded-2xl shadow-md max-h-64 w-auto object-cover">
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
<!-- Per-question review -->
|
||||
<div class="space-y-5 mb-8">
|
||||
{{range $i, $item := .Items}}
|
||||
|
||||
Reference in New Issue
Block a user