Skip to content

Commit

Permalink
Ultrasound social link (#303)
Browse files Browse the repository at this point in the history
* feat: added twitter

* feat: added warpcast

* feat: updated social media icon

* ref: removed unused import
  • Loading branch information
fritzschoff authored Jun 14, 2024
1 parent a1a6ea4 commit 5684029
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion ultrasound/ui/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function Main() {
Share
</Text>
<Link
href="https://twitter.com/intent/tweet?text=Celebrate+the+deflationary+impact+on+SNX+supply+driven+by+the+fee+burn+from+Synthetix+Perps+fees.+Discover+how+the+SNX+supply+is+evolving,+the+mechanics+behind+the+fee+burn,+and+the+role+of+Perps+in+driving+SNX+deflation.&url=https://ultrasoundsnx.money/metatag.png"
href="https://twitter.com/intent/tweet?text=Celebrate+the+deflationary+impact+on+SNX+supply+driven+by+the+fee+burn+from+Synthetix+Perps+fees.+Discover+how+the+SNX+supply+is+evolving,+the+mechanics+behind+the+fee+burn,+and+the+role+of+Perps+in+driving+SNX+deflation.&url=https://ultrasoundsnx.money"
target="_blank"
>
<svg
Expand Down Expand Up @@ -85,6 +85,30 @@ export function Main() {
</defs>
</svg>
</Link>
<Link
href="https://warpcast.com/~/compose?text=Celebrate+the+deflationary+impact+on+SNX+supply+driven+by+the+fee+burn+from+Synthetix+Perps+fees.+Discover+how+the+SNX+supply+is+evolving,+the+mechanics+behind+the+fee+burn,+and+the+role+of+Perps+in+driving+SNX+deflation.&embeds[]=https://ultrasoundsnx.money"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
>
<g clipPath="url(#clip0_8298_10706)">
<path
d="M10.5238 11.3021C11.0768 13.375 11.542 15.0837 11.5576 15.0993C11.5732 15.1148 11.9073 13.9269 12.3002 12.4593L13.3214 8.64551L13.6282 7.5H16.0094C17.3191 7.5 18.3906 7.51182 18.3906 7.52623C18.3906 7.54974 20.36 14.9554 20.4034 15.0949C20.4133 15.1268 20.8207 13.6476 21.3088 11.8078C21.7969 9.96812 22.2549 8.24627 22.3265 7.98145L22.4566 7.5H25.1385C26.6135 7.5 27.8214 7.52245 27.8226 7.5498C27.8239 7.57716 26.7107 11.4018 25.349 16.0491L22.873 24.4985L20.5341 24.4993L18.1951 24.5L18.0945 24.1514C18.0392 23.9597 17.5453 22.2065 16.9969 20.2554C16.4485 18.3044 15.9924 16.7011 15.9833 16.6925C15.9742 16.6839 15.4737 18.4369 14.8711 20.5881L13.7754 24.4994L11.439 24.4997C9.27152 24.5 9.10012 24.4916 9.06752 24.3838C9.04813 24.3199 7.93934 20.5472 6.60352 16C5.26769 11.4528 4.15877 7.67976 4.13931 7.61548C4.10578 7.50491 4.25254 7.49947 6.8111 7.51587L9.51842 7.5332L10.5238 11.3021Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_8298_10706">
<rect width="32" height="32" fill="white" />
</clipPath>
</defs>
</svg>
</Link>
</Flex>
</Flex>
);
Expand Down
Binary file added ultrasound/ui/public/farcaster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5684029

Please sign in to comment.