diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-06 23:51:29 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-06 23:51:29 -0700 |
| commit | 845843a76c318c4894c111e4019e53af6bb0b3f2 (patch) | |
| tree | 6053953befe53daaf686e47b4f2d35abbd3d61d6 | |
| parent | ea6462e928f588c3fbff32e0850298d3ff3dbfb4 (diff) | |
minor fix
| -rw-r--r-- | templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html index a8caae3..fd6ddb5 100644 --- a/templates/login.html +++ b/templates/login.html @@ -61,7 +61,7 @@ <p style="margin: 0 0 16px 0; color: var(--muted); font-size: 14px;">Want to learn more?</p> <div style="display: flex; flex-direction: column; gap: 12px;"> <a href="/about" style="display: inline-block; padding: 11px 24px; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 14px;">About the Rating System</a> - <a href="/tyler" style="display: inline-block; padding: 11px 24px; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 14px;">View Profile</a> + <a href="/tyler" style="display: inline-block; padding: 11px 24px; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 14px;">View Tyler's Profile</a> </div> </div> |
