refactor: remove redundant asp-area attr

This commit is contained in:
Oliver Booth 2023-08-11 13:23:03 +01:00
parent bb0483d4ae
commit 69e1279a8b
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<div class="container text-center">
&copy; @DateTime.UtcNow.Year
&bullet;
<a asp-area="" asp-page="/privacy/index">Privacy</a>
<a asp-page="/privacy/index">Privacy</a>
&bullet;
<a href="https://mastodon.olivr.me/@@oliver" rel="me">Mastodon</a>
</div>