tangled
alpha
login
or
join now
azom.dev
/
PrivacyPin
2
fork
atom
Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption
location-sharing
privacy
self-hosted
federated
2
fork
atom
overview
issues
1
pulls
pipelines
fix icon with outline
kishka.cc
1 month ago
8a316419
1a0bc412
+6
-2
1 changed file
expand all
collapse all
unified
split
app
src
home-page
home.html
+6
-2
app/src/home-page/home.html
···
70
70
</button>
71
71
72
72
<button
73
73
-
class="menu-icon"
74
74
-
style="margin-bottom: auto"
73
73
+
class="icon-btn"
74
74
+
style="
75
75
+
margin-bottom: auto;
76
76
+
padding-right: 0px;
77
77
+
"
75
78
@click="friendOptions(friend.id)"
76
79
>
77
80
<img
78
81
class="svg-icon"
82
82
+
style="size: 16px"
79
83
src="/src/assets/ellipsis-vertical.svg"
80
84
alt="Multiple Users Icon"
81
85
/>