feat: add footer tip

This commit is contained in:
Tristan Yang
2022-10-31 22:24:25 +08:00
parent 58109a288f
commit a1caf25b25
+1
View File
@@ -66,6 +66,7 @@ const Index = ({ handleClose, hostId }: Props) => {
Send Send
</button> </button>
</div> </div>
<span className="text-sm text-gray-300 text-center pb-2">Powered by <a href="https://voce.chat" target="_blank" rel="noopener noreferrer" className="text-gray-400">voce.chat</a></span>
</aside> </aside>
); );
}; };