tangled
alpha
login
or
join now
vt3e.cat
/
bbell
11
fork
atom
wip bsky client for the web & android
bbell.vt3e.cat
11
fork
atom
overview
issues
pulls
pipelines
fix: fix tangled urls, replace my handle w did
vt3e.cat
5 days ago
fd0cc214
a7e01a4a
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:MaVgF6bXxDdD131G4rXizPh+sttp3IVsdPrj48HV0X0=
+8
-4
2 changed files
expand all
collapse all
unified
split
src
components
Modals
Settings
AboutModal.vue
views
SettingsPage.vue
+7
-3
src/components/Modals/Settings/AboutModal.vue
···
28
28
29
29
<div class="about-actions">
30
30
<a
31
31
-
href="https://tangled.sh/vt3e.cat/bluebell"
31
31
+
href="https://tangled.org/did:plc:2hcnfmbfr4ucfbjpnvjqvt3e/bbell"
32
32
target="_blank"
33
33
rel="noopener"
34
34
class="action-card"
···
37
37
<span>Source</span>
38
38
</a>
39
39
<a
40
40
-
href="https://tangled.sh/vt3e.cat/bluebell/issues"
40
40
+
href="https://tangled.org/did:plc:2hcnfmbfr4ucfbjpnvjqvt3e/bbell/issues"
41
41
target="_blank"
42
42
rel="noopener"
43
43
class="action-card"
···
50
50
<div class="about-credits">
51
51
<p>
52
52
Created by
53
53
-
<AppLink name="user-profile" :params="{ id: 'vt3e.cat' }" class="credit-link">
53
53
+
<AppLink
54
54
+
name="user-profile"
55
55
+
:params="{ id: 'did:plc:2hcnfmbfr4ucfbjpnvjqvt3e' }"
56
56
+
class="credit-link"
57
57
+
>
54
58
@vt3e.cat
55
59
</AppLink>
56
60
</p>
+1
-1
src/views/SettingsPage.vue
···
130
130
<ListGroup title="General">
131
131
<ListItem
132
132
title="Source Code"
133
133
-
href="https://tangled.org/vt3e.cat/bluebell"
133
133
+
href="https://tangled.org/did:plc:2hcnfmbfr4ucfbjpnvjqvt3e/bbell"
134
134
target="_blank"
135
135
rel="noopener"
136
136
>