Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated

fix icon with outline

+6 -2
+6 -2
app/src/home-page/home.html
··· 70 70 </button> 71 71 72 72 <button 73 - class="menu-icon" 74 - style="margin-bottom: auto" 73 + class="icon-btn" 74 + style=" 75 + margin-bottom: auto; 76 + padding-right: 0px; 77 + " 75 78 @click="friendOptions(friend.id)" 76 79 > 77 80 <img 78 81 class="svg-icon" 82 + style="size: 16px" 79 83 src="/src/assets/ellipsis-vertical.svg" 80 84 alt="Multiple Users Icon" 81 85 />