diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-11 17:52:51 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-11 17:52:51 -0800 |
commit | 4c9b0fca0a43ebc2f1435052daa89059cd6760bb (patch) | |
tree | 32f0230b93037bb5fd1e0795d18343a812dd9b18 /adenosine-pds/templates/account.html | |
parent | f7d885529d704e0dce9708ae2e9c06baee33f7e8 (diff) | |
download | adenosine-4c9b0fca0a43ebc2f1435052daa89059cd6760bb.tar.gz adenosine-4c9b0fca0a43ebc2f1435052daa89059cd6760bb.zip |
pds: inspect links in pink
Diffstat (limited to 'adenosine-pds/templates/account.html')
-rw-r--r-- | adenosine-pds/templates/account.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/templates/account.html b/adenosine-pds/templates/account.html index bd015d5..7b1d426 100644 --- a/adenosine-pds/templates/account.html +++ b/adenosine-pds/templates/account.html @@ -10,7 +10,7 @@ {% endif %} <span class="handle">@{{ profile.handle }}</span> </h4> -<a href="/at/{{ profile.did }}" class="ident">{{ profile.did }}</a> +<a href="/at/{{ profile.did }}" class="pink">at://{{ profile.did }}</a> {% if profile.description.is_some() %} <p>{{ profile.description.as_ref().unwrap() }} |