edit links

This commit is contained in:
perennial
2024-10-09 20:08:49 +11:00
parent f9b0963460
commit f3408fa524
+2 -2
View File
@@ -30,7 +30,7 @@
<!-- Author -->
<div class="d-flex align-items-center mb-2">
<a href="/users/{{ .User.ID }}/novels#checkpoint" class="text-decoration-none">
<a href="/users/{{ .User.ID }}/novels" class="text-decoration-none">
<img src="{{ .User.Avatar }}" alt="{{ .User.Name }}" class="rounded-circle me-2" style="width: 30px; height: 30px" />
</a>
<a href="/users/{{ .User.ID }}" class="text-decoration-none">
@@ -292,7 +292,7 @@
<div class="custom-card bg-black mb-4 mb-lg-0">
<div class="card-header border-0 rounded-5 bg-charcoal-surface1 py-3 px-4">
<div class="d-flex justify-content-between align-items-center">
<a class="text-decoration-none text-light d-flex align-items-center" href="/users/{{ .User.ID }}/novels#checkpoint">
<a class="text-decoration-none text-light d-flex align-items-center" href="/users/{{ .User.ID }}/novels">
<img src="{{ .User.Avatar }}" alt="{{ .User.Name }}" class="rounded-circle object-fit-cover me-3" style="width: 48px; height: 48px" />
<h2 class="m-0">Works by {{ .User.Name }}</h2>
</a>