-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update social icons and default locale
- Loading branch information
Showing
5 changed files
with
88 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<template> | ||
<svg | ||
id="telegram" | ||
class="social-icon logo-group" | ||
viewBox="5.9822 -1.2567 31.924 32" | ||
width="31.924px" | ||
height="32px" | ||
xmlns="http://www.w3.org/2000/svg" | ||
aria-labelledby="telegramTitle" | ||
role="img" | ||
> | ||
<title id="telegramTitle">Link to Balancer's Telegram</title> | ||
<g | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
fill-rule="evenodd" | ||
transform="matrix(1, 0, 0, 1, 5.962174892425594, -1.2566560506820679)" | ||
> | ||
<path | ||
class="bg" | ||
d="M15.981 0C7.167 0 .02 7.163.02 16c0 8.836 7.148 16 15.962 16 8.815 0 15.962-7.164 15.962-16 0-8.837-7.147-16-15.962-16z" | ||
fill="#FFF" | ||
/> | ||
<path | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
class="logo" | ||
d="M 22.133 9.17 C 21.068 9.582 7.942 14.879 7.749 14.975 C 7.107 15.295 7.031 15.718 7.566 16.004 C 7.618 16.031 8.506 16.33 9.541 16.667 L 11.421 17.28 L 15.691 14.474 C 18.039 12.931 20.008 11.651 20.066 11.629 C 20.211 11.576 20.336 11.581 20.394 11.642 C 20.435 11.685 20.437 11.707 20.404 11.77 C 20.383 11.811 18.823 13.299 16.939 15.076 C 15.054 16.853 13.507 18.32 13.501 18.337 C 13.494 18.354 13.431 19.242 13.359 20.309 L 13.229 22.249 L 13.37 22.229 C 13.448 22.218 13.572 22.176 13.644 22.135 C 13.717 22.095 14.208 21.628 14.735 21.098 C 15.262 20.567 15.711 20.126 15.733 20.117 C 15.755 20.108 16.594 20.733 17.598 21.505 C 18.601 22.277 19.5 22.947 19.596 22.993 C 19.848 23.115 20.132 23.128 20.316 23.024 C 20.481 22.931 20.642 22.701 20.709 22.462 C 20.736 22.369 21.309 19.586 21.984 16.277 C 23.107 10.767 23.21 10.233 23.211 9.947 C 23.211 9.677 23.201 9.613 23.132 9.47 C 23.083 9.37 23 9.268 22.919 9.208 C 22.734 9.071 22.427 9.056 22.133 9.17 Z" | ||
fill="#001C52" | ||
/> | ||
</g> | ||
</svg> | ||
</template> | ||
|
||
<script> | ||
export default {}; | ||
</script> | ||
|
||
<style scoped> | ||
.social-icon:hover .bg { | ||
fill: #7289da; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters