mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-23 01:20:28 -05:00
rebranding: eigenwallet (#461)
* rebranding: Change github/UnstoppableSwap to github/eigenwallet * rebranding: change Unstoppable -> eigenwallet in a bunch of places * rebranding: change tauri icon
This commit is contained in:
parent
7bcb804d27
commit
e3e1ff5f17
66 changed files with 37 additions and 34 deletions
|
|
@ -5,12 +5,12 @@ export default function Logo() {
|
|||
<div style={{ display: "flex", alignItems: "center", gap: "8px" }}>
|
||||
<Image
|
||||
src="/favicon.svg"
|
||||
alt="UnstoppableSwap"
|
||||
alt="eigenwallet"
|
||||
width={32}
|
||||
height={32}
|
||||
style={{ borderRadius: "20%" }}
|
||||
/>
|
||||
<span>UnstoppableSwap</span>
|
||||
<span>eigenwallet</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue